Html Css Color HEX #CAC015 Bird Flower

📋 copy color: '#CAC015'

red 202 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #CAC015

Tints of Bird Flower #CAC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 48.67%
G = 46.27%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAC015 (or 0xCAC015) is known color: Bird Flower. HEX triplet: CA, C0 and 15. RGB value is (202,192,21). Sum of RGB (Red+Green+Blue) = 202+192+21=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC015 is #353FEA. Grayscale: #B0B0B0. Windows color (decimal): -3489771 or 1425610. OLE color: 1425610.

HSL color Cylindrical-coordinate representation of color #CAC015: hue angle of 56.69º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAC015 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 21 -
CMYK 0 0.05 0.90 0.21
HSL 56.69º 0.81% 0.44% -
HSV(B) 56.69º 0.9% 0.79% -
XYZ 43.34 50.31 8.14 -
YUV 175.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 202 192 21 0 0.05 0.90 0.21 56.69 0.81 0.44
Hex CA C0 15 0 5 5A 15 39 51 2C
Octal 312 300 25 0 5 132 25 71 121 54
Binary 11001010 11000000 10101 0 101 1011010 10101 111001 1010001 101100

Color Harmonies of #CAC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC015

Black with #CAC015

Text Example


Text Example

White with #CAC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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