Html Css Color HEX #CAC50C Bird Flower

📋 copy color: '#CAC50C'

red 202 ◦ green 197 ◦ blue 12

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

Shades of Bird Flower #CAC50C

Tints of Bird Flower #CAC50C

RGB

 RED value IS 202 (79.3% from 255) = 49.15%

 GREEN value IS 197 (77.34% from 255) = 47.93%

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

R = 49.15%
G = 47.93%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAC50C (or 0xCAC50C) is known color: Bird Flower. HEX triplet: CA, C5 and 0C. RGB value is (202,197,12). Sum of RGB (Red+Green+Blue) = 202+197+12=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC50C is #353AF3. Grayscale: #B2B2B2. Windows color (decimal): -3488500 or 837066. OLE color: 837066.

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

Color convert

RGB 202 197 12 -
CMYK 0 0.02 0.94 0.21
HSL 58.42º 0.89% 0.42% -
HSV(B) 58.42º 0.94% 0.79% -
XYZ 44.39 52.52 8.14 -
YUV 177.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 202 197 12 0 0.02 0.94 0.21 58.42 0.89 0.42
Hex CA C5 C 0 2 5E 15 3A 59 2A
Octal 312 305 14 0 2 136 25 72 131 52
Binary 11001010 11000101 1100 0 10 1011110 10101 111010 1011001 101010

Color Harmonies of #CAC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC50C

Black with #CAC50C

Text Example


Text Example

White with #CAC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC50C; }

 p { color: rgb(202,197,12); }

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

background-color css

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

 a { background-color: rgb(202,197,12); }

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

border-color css

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

 span { border-color: rgb(202,197,12); }

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