Html Css Color HEX #C9BD6C Dark Khaki

📋 copy color: '#C9BD6C'

red 201 ◦ green 189 ◦ blue 108

#C9BD6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C9BD6C

Tints of Dark Khaki #C9BD6C

RGB

 RED value IS 201 (78.91% from 255) = 40.36%

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 108 (42.58% from 255) = 21.69%

R = 40.36%
G = 37.95%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9BD6C (or 0xC9BD6C) is known color: Dark Khaki. HEX triplet: C9, BD and 6C. RGB value is (201,189,108). Sum of RGB (Red+Green+Blue) = 201+189+108=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD6C is #364293. Grayscale: #B7B7B7. Windows color (decimal): -3555988 or 7126473. OLE color: 7126473.

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

Color convert

RGB 201 189 108 -
CMYK 0 0.06 0.46 0.21
HSL 52.26º 0.46% 0.61% -
HSV(B) 52.26º 0.46% 0.79% -
XYZ 44.99 49.9 21.45 -
YUV 183.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 201 189 108 0 0.06 0.46 0.21 52.26 0.46 0.61
Hex C9 BD 6C 0 6 2E 15 34 2E 3D
Octal 311 275 154 0 6 56 25 64 56 75
Binary 11001001 10111101 1101100 0 110 101110 10101 110100 101110 111101

Color Harmonies of #C9BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD6C

Black with #C9BD6C

Text Example


Text Example

White with #C9BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD6C; }

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

 H1.HeaderClassName
 {
   color: #C9BD6C;
 }
 .AnyTagClassName
 {
   color: #C9BD6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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