#CAC61A

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

Shades of Bird Flower #CAC61A

Tints of Bird Flower #CAC61A

Color information

#CAC61A (or 0xCAC61A) is unknown color: approx Bird Flower. HEX triplet: CA, C6 and 1A. RGB value is (202,198,26). Sum of RGB (Red+Green+Blue) = 202+198+26=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC61A is #3539E5. Grayscale: #B4B4B4. Windows color (decimal): -3488230 or 1754826. OLE color: 1754826.

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

Color convert

RGB20219826-
CMYK00.020.870.21
HSL58.64º77.19%44.71%-
HSV(B)58.64º87.13%79.22%-
XYZ44.7453.028.85-
YUV179.5941.33143.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 198 (77.73% from 255) = 46.48%
BLUE value IS 26 (10.55% from 255) = 6.10%
R=47.42%
G=46.48%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021982600.020.870.2158.6477.1944.71
HexCAC61A0257153b4d2d
Octal3123063202127257311555
Binary1100101011000110110100101010111101011110111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC61A; }

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

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

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

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

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

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

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

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