#C9BD69

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

Shades of Dark Khaki #C9BD69

Tints of Dark Khaki #C9BD69

Color information

#C9BD69 (or 0xC9BD69) is unknown color: approx Dark Khaki. HEX triplet: C9, BD and 69. RGB value is (201,189,105). Sum of RGB (Red+Green+Blue) = 201+189+105=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD69 is #364296. Grayscale: #B7B7B7. Windows color (decimal): -3555991 or 6929865. OLE color: 6929865.

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

Color convert

RGB201189105-
CMYK00.060.480.21
HSL52.5º47.06%60%-
HSV(B)52.5º47.76%78.82%-
XYZ44.8349.8320.62-
YUV183.0183.98140.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=40.61%
G=38.18%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118910500.060.480.2152.547.0660
HexC9BD69063015342f3c
Octal311275151066025645774
Binary11001001101111011101001011011000010101110100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD69; }

 p { color: rgb(201,189,105); }

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

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

 a { background-color: rgb(201,189,105); }

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

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

 span { border-color: rgb(201,189,105); }

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