#CAB20A

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

Shades of Bird Flower #CAB20A

Tints of Bird Flower #CAB20A

Color information

#CAB20A (or 0xCAB20A) is unknown color: approx Bird Flower. HEX triplet: CA, B2 and 0A. RGB value is (202,178,10). Sum of RGB (Red+Green+Blue) = 202+178+10=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB20A is #354DF5. Grayscale: #A6A6A6. Windows color (decimal): -3493366 or 701130. OLE color: 701130.

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

Color convert

RGB20217810-
CMYK00.120.950.21
HSL52.5º90.57%41.57%-
HSV(B)52.5º95.05%79.22%-
XYZ40.3344.426.74-
YUV166.0239.95153.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 178 (69.92% from 255) = 45.64%
BLUE value IS 10 (4.30% from 255) = 2.56%
R=51.79%
G=45.64%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021781000.120.950.2152.590.5741.57
HexCAB2A0C5F15345b2a
Octal31226212014137256413352
Binary11001010101100101010011001011111101011101001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB20A; }

 p { color: rgb(202,178,10); }

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

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

 a { background-color: rgb(202,178,10); }

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

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

 span { border-color: rgb(202,178,10); }

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