#CABD72

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

Shades of Dark Khaki #CABD72

Tints of Dark Khaki #CABD72

Color information

#CABD72 (or 0xCABD72) is unknown color: approx Dark Khaki. HEX triplet: CA, BD and 72. RGB value is (202,189,114). Sum of RGB (Red+Green+Blue) = 202+189+114=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD72 is #35428D. Grayscale: #B8B8B8. Windows color (decimal): -3490446 or 7519690. OLE color: 7519690.

HSL color Cylindrical-coordinate representation of color #CABD72: hue angle of 51.14º degrees, saturation: 0.45, 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 #CABD72 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202189114-
CMYK00.060.440.21
HSL51.14º45.36%61.96%-
HSV(B)51.14º43.56%79.22%-
XYZ45.5950.1723.2-
YUV184.3488.31140.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=40%
G=37.43%
B=22.57%

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
Decimal20218911400.060.440.2151.1445.3661.96
HexCABD72062C15332d3e
Octal312275162065425635576
Binary11001010101111011110010011010110010101110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD72; }

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

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

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

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

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

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

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

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