#CABD71

Color #CABD71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CABD71

Tints of Dark Khaki #CABD71

Color information

#CABD71 (or 0xCABD71) is unknown color: approx Dark Khaki. HEX triplet: CA, BD and 71. RGB value is (202,189,113). Sum of RGB (Red+Green+Blue) = 202+189+113=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD71 is #35428E. Grayscale: #B8B8B8. Windows color (decimal): -3490447 or 7454154. OLE color: 7454154.

HSL color Cylindrical-coordinate representation of color #CABD71: hue angle of 51.24º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CABD71 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202189113-
CMYK00.060.440.21
HSL51.24º45.64%61.76%-
HSV(B)51.24º44.06%79.22%-
XYZ45.5450.1422.9-
YUV184.2287.81140.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=40.08%
G=37.5%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218911300.060.440.2151.2445.6461.76
HexCABD71062C15332e3e
Octal312275161065425635676
Binary11001010101111011110001011010110010101110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD71; }

 p { color: rgb(202,189,113); }

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

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

 a { background-color: rgb(202,189,113); }

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

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

 span { border-color: rgb(202,189,113); }

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