Html Css Color HEX #CCC604 Bird Flower

📋 copy color: '#CCC604'

red 204 ◦ green 198 ◦ blue 4

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

Shades of Bird Flower #CCC604

Tints of Bird Flower #CCC604

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.77%

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

R = 50.25%
G = 48.77%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC604 (or 0xCCC604) is known color: Bird Flower. HEX triplet: CC, C6 and 04. RGB value is (204,198,4). Sum of RGB (Red+Green+Blue) = 204+198+4=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC604 is #3339FB. Grayscale: #B2B2B2. Windows color (decimal): -3357180 or 313036. OLE color: 313036.

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

Color convert

RGB 204 198 4 -
CMYK 0 0.03 0.98 0.2
HSL 58.2º 0.96% 0.41% -
HSV(B) 58.2º 0.98% 0.8% -
XYZ 45.12 53.23 8.01 -
YUV 177.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 204 198 4 0 0.03 0.98 0.2 58.2 0.96 0.41
Hex CC C6 4 0 3 62 14 3A 60 29
Octal 314 306 4 0 3 142 24 72 140 51
Binary 11001100 11000110 100 0 11 1100010 10100 111010 1100000 101001

Color Harmonies of #CCC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC604

Black with #CCC604

Text Example


Text Example

White with #CCC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC604; }

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

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

background-color css

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

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

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

border-color css

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

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

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