#CCB218

Color #CCB218 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCB218

Tints of Bird Flower #CCB218

Color information

#CCB218 (or 0xCCB218) is unknown color: approx Bird Flower. HEX triplet: CC, B2 and 18. RGB value is (204,178,24). Sum of RGB (Red+Green+Blue) = 204+178+24=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB218 is #334DE7. Grayscale: #A8A8A8. Windows color (decimal): -3362280 or 1618636. OLE color: 1618636.

HSL color Cylindrical-coordinate representation of color #CCB218: hue angle of 51.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCB218 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB20417824-
CMYK00.130.880.2
HSL51.33º78.95%44.71%-
HSV(B)51.33º88.24%80%-
XYZ40.9944.747.34-
YUV168.2246.61153.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 24 (9.77% from 255) = 5.91%
R=50.25%
G=43.84%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041782400.130.880.251.3378.9544.71
HexCCB2180D5814334f2d
Octal31426230015130246311755
Binary110011001011001011000011011011000101001100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB218; }

 p { color: rgb(204,178,24); }

 H1.HeaderClassName
 {
   color: #CCB218;
 }
 .AnyTagClassName
 {
   color: #CCB218;
 }
</style>
background-color css

<style>
 a { background-color: #CCB218; }

 a { background-color: rgb(204,178,24); }

 div.DivClassName
 {
   background-color: #CCB218;
 }
 .BgClassName
 {
   background-color: #CCB218;
 }
</style>
border-color css

<style>
 span { border-color: #CCB218; }

 span { border-color: rgb(204,178,24); }

 td.TdClassName
 {
   border-color: #CCB218;
 }
 .TagClassName
 {
   border-color: #CCB218;
 }
</style>