#CAB31D

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

Shades of Bird Flower #CAB31D

Tints of Bird Flower #CAB31D

Color information

#CAB31D (or 0xCAB31D) is unknown color: approx Bird Flower. HEX triplet: CA, B3 and 1D. RGB value is (202,179,29). Sum of RGB (Red+Green+Blue) = 202+179+29=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB31D is #354CE2. Grayscale: #A9A9A9. Windows color (decimal): -3493091 or 1946570. OLE color: 1946570.

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

Color convert

RGB20217929-
CMYK00.110.860.21
HSL52.02º74.89%45.29%-
HSV(B)52.02º85.64%79.22%-
XYZ40.744.897.68-
YUV168.7849.12151.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 29 (11.72% from 255) = 7.07%
R=49.27%
G=43.66%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021792900.110.860.2152.0274.8945.29
HexCAB31D0B5615344b2d
Octal31226335013126256411355
Binary110010101011001111101010111010110101011101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB31D; }

 p { color: rgb(202,179,29); }

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

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

 a { background-color: rgb(202,179,29); }

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

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

 span { border-color: rgb(202,179,29); }

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