Html Css Color HEX #CCC80C Bird Flower

📋 copy color: '#CCC80C'

red 204 ◦ green 200 ◦ blue 12

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

Shades of Bird Flower #CCC80C

Tints of Bird Flower #CCC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 49.04%
G = 48.08%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC80C (or 0xCCC80C) is known color: Bird Flower. HEX triplet: CC, C8 and 0C. RGB value is (204,200,12). Sum of RGB (Red+Green+Blue) = 204+200+12=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC80C is #3337F3. Grayscale: #B4B4B4. Windows color (decimal): -3356660 or 837836. OLE color: 837836.

HSL color Cylindrical-coordinate representation of color #CCC80C: hue angle of 58.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC80C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 12 -
CMYK 0 0.02 0.94 0.2
HSL 58.75º 0.89% 0.42% -
HSV(B) 58.75º 0.94% 0.8% -
XYZ 45.62 54.17 8.4 -
YUV 179.76 33.33 145.29 -
System Red Green Blue C M Y K H S L
Decimal 204 200 12 0 0.02 0.94 0.2 58.75 0.89 0.42
Hex CC C8 C 0 2 5E 14 3B 59 2A
Octal 314 310 14 0 2 136 24 73 131 52
Binary 11001100 11001000 1100 0 10 1011110 10100 111011 1011001 101010

Color Harmonies of #CCC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC80C

Black with #CCC80C

Text Example


Text Example

White with #CCC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC80C; }

 p { color: rgb(204,200,12); }

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

background-color css

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

 a { background-color: rgb(204,200,12); }

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

border-color css

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

 span { border-color: rgb(204,200,12); }

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