Html Css Color HEX #C7BD69 Dark Khaki

📋 copy color: '#C7BD69'

red 199 ◦ green 189 ◦ blue 105

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

Shades of Dark Khaki #C7BD69

Tints of Dark Khaki #C7BD69

RGB

 RED value IS 199 (78.13% from 255) = 40.37%

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

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 40.37%
G = 38.34%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7BD69 (or 0xC7BD69) is known color: Dark Khaki. HEX triplet: C7, BD and 69. RGB value is (199,189,105). Sum of RGB (Red+Green+Blue) = 199+189+105=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD69 is #384296. Grayscale: #B6B6B6. Windows color (decimal): -3687063 or 6929863. OLE color: 6929863.

HSL color Cylindrical-coordinate representation of color #C7BD69: hue angle of 53.62º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7BD69 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 105 -
CMYK 0 0.05 0.47 0.22
HSL 53.62º 0.46% 0.6% -
HSV(B) 53.62º 0.47% 0.78% -
XYZ 44.3 49.56 20.6 -
YUV 182.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 199 189 105 0 0.05 0.47 0.22 53.62 0.46 0.6
Hex C7 BD 69 0 5 2F 16 36 2E 3C
Octal 307 275 151 0 5 57 26 66 56 74
Binary 11000111 10111101 1101001 0 101 101111 10110 110110 101110 111100

Color Harmonies of #C7BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD69

Black with #C7BD69

Text Example


Text Example

White with #C7BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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