Html Css Color HEX #CCC804 Bird Flower

📋 copy color: '#CCC804'

red 204 ◦ green 200 ◦ blue 4

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

Shades of Bird Flower #CCC804

Tints of Bird Flower #CCC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.02%

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

R = 50%
G = 49.02%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC804 (or 0xCCC804) is known color: Bird Flower. HEX triplet: CC, C8 and 04. RGB value is (204,200,4). Sum of RGB (Red+Green+Blue) = 204+200+4=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC804 is #3337FB. Grayscale: #B3B3B3. Windows color (decimal): -3356668 or 313548. OLE color: 313548.

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

Color convert

RGB 204 200 4 -
CMYK 0 0.02 0.98 0.2
HSL 58.8º 0.96% 0.41% -
HSV(B) 58.8º 0.98% 0.8% -
XYZ 45.58 54.15 8.17 -
YUV 178.85 29.33 145.94 -
System Red Green Blue C M Y K H S L
Decimal 204 200 4 0 0.02 0.98 0.2 58.8 0.96 0.41
Hex CC C8 4 0 2 62 14 3B 60 29
Octal 314 310 4 0 2 142 24 73 140 51
Binary 11001100 11001000 100 0 10 1100010 10100 111011 1100000 101001

Color Harmonies of #CCC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC804

Black with #CCC804

Text Example


Text Example

White with #CCC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC804; }

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

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

background-color css

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

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

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

border-color css

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

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

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