Html Css Color HEX #CAC512 Bird Flower

📋 copy color: '#CAC512'

red 202 ◦ green 197 ◦ blue 18

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

Shades of Bird Flower #CAC512

Tints of Bird Flower #CAC512

RGB

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

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

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

R = 48.44%
G = 47.24%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAC512 (or 0xCAC512) is known color: Bird Flower. HEX triplet: CA, C5 and 12. RGB value is (202,197,18). Sum of RGB (Red+Green+Blue) = 202+197+18=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC512 is #353AED. Grayscale: #B2B2B2. Windows color (decimal): -3488494 or 1230282. OLE color: 1230282.

HSL color Cylindrical-coordinate representation of color #CAC512: hue angle of 58.37º 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 #CAC512 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 18 -
CMYK 0 0.02 0.91 0.21
HSL 58.37º 0.84% 0.43% -
HSV(B) 58.37º 0.91% 0.79% -
XYZ 44.43 52.53 8.37 -
YUV 178.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 202 197 18 0 0.02 0.91 0.21 58.37 0.84 0.43
Hex CA C5 12 0 2 5B 15 3A 54 2B
Octal 312 305 22 0 2 133 25 72 124 53
Binary 11001010 11000101 10010 0 10 1011011 10101 111010 1010100 101011

Color Harmonies of #CAC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC512

Black with #CAC512

Text Example


Text Example

White with #CAC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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