Html Css Color HEX #CCC419 Bird Flower

📋 copy color: '#CCC419'

red 204 ◦ green 196 ◦ blue 25

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

Shades of Bird Flower #CCC419

Tints of Bird Flower #CCC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.12%

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 48%
G = 46.12%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC419 (or 0xCCC419) is known color: Bird Flower. HEX triplet: CC, C4 and 19. RGB value is (204,196,25). Sum of RGB (Red+Green+Blue) = 204+196+25=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC419 is #333BE6. Grayscale: #B3B3B3. Windows color (decimal): -3357671 or 1688780. OLE color: 1688780.

HSL color Cylindrical-coordinate representation of color #CCC419: hue angle of 57.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCC419 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 25 -
CMYK 0 0.04 0.88 0.2
HSL 57.32º 0.78% 0.45% -
HSV(B) 57.32º 0.88% 0.8% -
XYZ 44.82 52.39 8.67 -
YUV 178.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 204 196 25 0 0.04 0.88 0.2 57.32 0.78 0.45
Hex CC C4 19 0 4 58 14 39 4E 2D
Octal 314 304 31 0 4 130 24 71 116 55
Binary 11001100 11000100 11001 0 100 1011000 10100 111001 1001110 101101

Color Harmonies of #CCC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC419

Black with #CCC419

Text Example


Text Example

White with #CCC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC419; }

 p { color: rgb(204,196,25); }

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

background-color css

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

 a { background-color: rgb(204,196,25); }

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

border-color css

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

 span { border-color: rgb(204,196,25); }

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