Html Css Color HEX #CCB608 Bird Flower

📋 copy color: '#CCB608'

red 204 ◦ green 182 ◦ blue 8

#CCB608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCB608

Tints of Bird Flower #CCB608

RGB

 RED value IS 204 (80.08% from 255) = 51.78%

 GREEN value IS 182 (71.48% from 255) = 46.19%

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 51.78%
G = 46.19%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB608 (or 0xCCB608) is known color: Bird Flower. HEX triplet: CC, B6 and 08. RGB value is (204,182,8). Sum of RGB (Red+Green+Blue) = 204+182+8=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB608 is #3349F7. Grayscale: #A9A9A9. Windows color (decimal): -3361272 or 571084. OLE color: 571084.

HSL color Cylindrical-coordinate representation of color #CCB608: hue angle of 53.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCB608 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 8 -
CMYK 0 0.11 0.96 0.2
HSL 53.27º 0.92% 0.42% -
HSV(B) 53.27º 0.96% 0.8% -
XYZ 41.67 46.31 6.97 -
YUV 168.74 37.29 153.15 -
System Red Green Blue C M Y K H S L
Decimal 204 182 8 0 0.11 0.96 0.2 53.27 0.92 0.42
Hex CC B6 8 0 B 60 14 35 5C 2A
Octal 314 266 10 0 13 140 24 65 134 52
Binary 11001100 10110110 1000 0 1011 1100000 10100 110101 1011100 101010

Color Harmonies of #CCB608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB608

Black with #CCB608

Text Example


Text Example

White with #CCB608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB608; }

 p { color: rgb(204,182,8); }

 H1.HeaderClassName
 {
   color: #CCB608;
 }
 .AnyTagClassName
 {
   color: #CCB608;
 }
</style>

background-color css

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

 a { background-color: rgb(204,182,8); }

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

border-color css

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

 span { border-color: rgb(204,182,8); }

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