#CAC615

Color #CAC615 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CAC615

Tints of Bird Flower #CAC615

Color information

#CAC615 (or 0xCAC615) is unknown color: approx Bird Flower. HEX triplet: CA, C6 and 15. RGB value is (202,198,21). Sum of RGB (Red+Green+Blue) = 202+198+21=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC615 is #3539EA. Grayscale: #B3B3B3. Windows color (decimal): -3488235 or 1427146. OLE color: 1427146.

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

Color convert

RGB20219821-
CMYK00.020.900.21
HSL58.67º81.17%43.73%-
HSV(B)58.67º89.6%79.22%-
XYZ44.69538.58-
YUV179.0238.83144.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 198 (77.73% from 255) = 47.03%
BLUE value IS 21 (8.59% from 255) = 4.99%
R=47.98%
G=47.03%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021982100.020.900.2158.6781.1743.73
HexCAC615025A153b512c
Octal3123062502132257312154
Binary1100101011000110101010101011010101011110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC615; }

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

 H1.HeaderClassName
 {
   color: #CAC615;
 }
 .AnyTagClassName
 {
   color: #CAC615;
 }
</style>
background-color css

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

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

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

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

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

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