Html Css Color HEX #CCB808 Bird Flower

📋 copy color: '#CCB808'

red 204 ◦ green 184 ◦ blue 8

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

Shades of Bird Flower #CCB808

Tints of Bird Flower #CCB808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

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

R = 51.52%
G = 46.46%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB808 (or 0xCCB808) is known color: Bird Flower. HEX triplet: CC, B8 and 08. RGB value is (204,184,8). Sum of RGB (Red+Green+Blue) = 204+184+8=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB808 is #3347F7. Grayscale: #AAAAAA. Windows color (decimal): -3360760 or 571596. OLE color: 571596.

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

Color convert

RGB 204 184 8 -
CMYK 0 0.10 0.96 0.2
HSL 53.88º 0.92% 0.42% -
HSV(B) 53.88º 0.96% 0.8% -
XYZ 42.09 47.14 7.11 -
YUV 169.92 36.63 152.31 -
System Red Green Blue C M Y K H S L
Decimal 204 184 8 0 0.10 0.96 0.2 53.88 0.92 0.42
Hex CC B8 8 0 A 60 14 36 5C 2A
Octal 314 270 10 0 12 140 24 66 134 52
Binary 11001100 10111000 1000 0 1010 1100000 10100 110110 1011100 101010

Color Harmonies of #CCB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB808

Black with #CCB808

Text Example


Text Example

White with #CCB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB808; }

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

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

background-color css

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

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

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

border-color css

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

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

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