#CAB702

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

Shades of Bird Flower #CAB702

Tints of Bird Flower #CAB702

Color information

#CAB702 (or 0xCAB702) is unknown color: approx Bird Flower. HEX triplet: CA, B7 and 02. RGB value is (202,183,2). Sum of RGB (Red+Green+Blue) = 202+183+2=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB702 is #3548FD. Grayscale: #A8A8A8. Windows color (decimal): -3492094 or 178122. OLE color: 178122.

HSL color Cylindrical-coordinate representation of color #CAB702: hue angle of 54.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAB702 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2021832-
CMYK00.090.990.21
HSL54.3º98.04%40%-
HSV(B)54.3º99.01%79.22%-
XYZ41.346.436.84-
YUV168.0534.29152.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=52.20%
G=47.29%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202183200.090.990.2154.398.0440
HexCAB72096315366228
Octal3122672011143256614250
Binary110010101011011110010011100011101011101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB702; }

 p { color: rgb(202,183,2); }

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

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

 a { background-color: rgb(202,183,2); }

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

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

 span { border-color: rgb(202,183,2); }

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