Html Css Color HEX #CAC012 Bird Flower

📋 copy color: '#CAC012'

red 202 ◦ green 192 ◦ blue 18

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

Shades of Bird Flower #CAC012

Tints of Bird Flower #CAC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 49.03%
G = 46.6%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAC012 (or 0xCAC012) is known color: Bird Flower. HEX triplet: CA, C0 and 12. RGB value is (202,192,18). Sum of RGB (Red+Green+Blue) = 202+192+18=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC012 is #353FED. Grayscale: #AFAFAF. Windows color (decimal): -3489774 or 1229002. OLE color: 1229002.

HSL color Cylindrical-coordinate representation of color #CAC012: hue angle of 56.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAC012 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 18 -
CMYK 0 0.05 0.91 0.21
HSL 56.74º 0.84% 0.43% -
HSV(B) 56.74º 0.91% 0.79% -
XYZ 43.32 50.3 8 -
YUV 175.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 202 192 18 0 0.05 0.91 0.21 56.74 0.84 0.43
Hex CA C0 12 0 5 5B 15 39 54 2B
Octal 312 300 22 0 5 133 25 71 124 53
Binary 11001010 11000000 10010 0 101 1011011 10101 111001 1010100 101011

Color Harmonies of #CAC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC012

Black with #CAC012

Text Example


Text Example

White with #CAC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC012; }

 p { color: rgb(202,192,18); }

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

background-color css

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

 a { background-color: rgb(202,192,18); }

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

border-color css

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

 span { border-color: rgb(202,192,18); }

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