Html Css Color HEX #CCC219 Bird Flower

📋 copy color: '#CCC219'

red 204 ◦ green 194 ◦ blue 25

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

Shades of Bird Flower #CCC219

Tints of Bird Flower #CCC219

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 48.23%
G = 45.86%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC219 (or 0xCCC219) is known color: Bird Flower. HEX triplet: CC, C2 and 19. RGB value is (204,194,25). Sum of RGB (Red+Green+Blue) = 204+194+25=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC219 is #333DE6. Grayscale: #B2B2B2. Windows color (decimal): -3358183 or 1688268. OLE color: 1688268.

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

Color convert

RGB 204 194 25 -
CMYK 0 0.05 0.88 0.2
HSL 56.65º 0.78% 0.45% -
HSV(B) 56.65º 0.88% 0.8% -
XYZ 44.37 51.49 8.52 -
YUV 177.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 204 194 25 0 0.05 0.88 0.2 56.65 0.78 0.45
Hex CC C2 19 0 5 58 14 39 4E 2D
Octal 314 302 31 0 5 130 24 71 116 55
Binary 11001100 11000010 11001 0 101 1011000 10100 111001 1001110 101101

Color Harmonies of #CCC219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC219

Black with #CCC219

Text Example


Text Example

White with #CCC219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC219; }

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

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

background-color css

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

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

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

border-color css

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

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

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