Html Css Color HEX #CCB804 Bird Flower

📋 copy color: '#CCB804'

red 204 ◦ green 184 ◦ blue 4

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

Shades of Bird Flower #CCB804

Tints of Bird Flower #CCB804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 52.04%
G = 46.94%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCB804 (or 0xCCB804) is known color: Bird Flower. HEX triplet: CC, B8 and 04. RGB value is (204,184,4). Sum of RGB (Red+Green+Blue) = 204+184+4=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB804 is #3347FB. Grayscale: #AAAAAA. Windows color (decimal): -3360764 or 309452. OLE color: 309452.

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

Color convert

RGB 204 184 4 -
CMYK 0 0.10 0.98 0.2
HSL 54º 0.96% 0.41% -
HSV(B) 54º 0.98% 0.8% -
XYZ 42.06 47.13 6.99 -
YUV 169.46 34.63 152.64 -
System Red Green Blue C M Y K H S L
Decimal 204 184 4 0 0.10 0.98 0.2 54 0.96 0.41
Hex CC B8 4 0 A 62 14 36 60 29
Octal 314 270 4 0 12 142 24 66 140 51
Binary 11001100 10111000 100 0 1010 1100010 10100 110110 1100000 101001

Color Harmonies of #CCB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB804

Black with #CCB804

Text Example


Text Example

White with #CCB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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