Html Css Color HEX #CCB008 Bird Flower

📋 copy color: '#CCB008'

red 204 ◦ green 176 ◦ blue 8

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

Shades of Bird Flower #CCB008

Tints of Bird Flower #CCB008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.36%

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

R = 52.58%
G = 45.36%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB008 (or 0xCCB008) is known color: Bird Flower. HEX triplet: CC, B0 and 08. RGB value is (204,176,8). Sum of RGB (Red+Green+Blue) = 204+176+8=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB008 is #334FF7. Grayscale: #A5A5A5. Windows color (decimal): -3362808 or 569548. OLE color: 569548.

HSL color Cylindrical-coordinate representation of color #CCB008: hue angle of 51.43º 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 #CCB008 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 8 -
CMYK 0 0.14 0.96 0.2
HSL 51.43º 0.92% 0.42% -
HSV(B) 51.43º 0.96% 0.8% -
XYZ 40.47 43.91 6.57 -
YUV 165.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 204 176 8 0 0.14 0.96 0.2 51.43 0.92 0.42
Hex CC B0 8 0 E 60 14 33 5C 2A
Octal 314 260 10 0 16 140 24 63 134 52
Binary 11001100 10110000 1000 0 1110 1100000 10100 110011 1011100 101010

Color Harmonies of #CCB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB008

Black with #CCB008

Text Example


Text Example

White with #CCB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB008; }

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

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

background-color css

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

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

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

border-color css

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

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

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