Html Css Color HEX #CCC210 Bird Flower

📋 copy color: '#CCC210'

red 204 ◦ green 194 ◦ blue 16

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

Shades of Bird Flower #CCC210

Tints of Bird Flower #CCC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 49.28%
G = 46.86%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC210 (or 0xCCC210) is known color: Bird Flower. HEX triplet: CC, C2 and 10. RGB value is (204,194,16). Sum of RGB (Red+Green+Blue) = 204+194+16=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC210 is #333DEF. Grayscale: #B1B1B1. Windows color (decimal): -3358192 or 1098444. OLE color: 1098444.

HSL color Cylindrical-coordinate representation of color #CCC210: hue angle of 56.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC210 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 16 -
CMYK 0 0.05 0.92 0.2
HSL 56.81º 0.85% 0.43% -
HSV(B) 56.81º 0.92% 0.8% -
XYZ 44.29 51.46 8.09 -
YUV 176.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 204 194 16 0 0.05 0.92 0.2 56.81 0.85 0.43
Hex CC C2 10 0 5 5C 14 39 55 2B
Octal 314 302 20 0 5 134 24 71 125 53
Binary 11001100 11000010 10000 0 101 1011100 10100 111001 1010101 101011

Color Harmonies of #CCC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC210

Black with #CCC210

Text Example


Text Example

White with #CCC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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