Html Css Color HEX #CCC004 Bird Flower

📋 copy color: '#CCC004'

red 204 ◦ green 192 ◦ blue 4

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

Shades of Bird Flower #CCC004

Tints of Bird Flower #CCC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48%

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

R = 51%
G = 48%
B = 1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC004 (or 0xCCC004) is known color: Bird Flower. HEX triplet: CC, C0 and 04. RGB value is (204,192,4). Sum of RGB (Red+Green+Blue) = 204+192+4=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC004 is #333FFB. Grayscale: #AEAEAE. Windows color (decimal): -3358716 or 311500. OLE color: 311500.

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

Color convert

RGB 204 192 4 -
CMYK 0 0.06 0.98 0.2
HSL 56.4º 0.96% 0.41% -
HSV(B) 56.4º 0.98% 0.8% -
XYZ 43.77 50.55 7.56 -
YUV 174.16 31.98 149.29 -
System Red Green Blue C M Y K H S L
Decimal 204 192 4 0 0.06 0.98 0.2 56.4 0.96 0.41
Hex CC C0 4 0 6 62 14 38 60 29
Octal 314 300 4 0 6 142 24 70 140 51
Binary 11001100 11000000 100 0 110 1100010 10100 111000 1100000 101001

Color Harmonies of #CCC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC004

Black with #CCC004

Text Example


Text Example

White with #CCC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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