Html Css Color HEX #C7BD65 Dark Khaki

📋 copy color: '#C7BD65'

red 199 ◦ green 189 ◦ blue 101

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

Shades of Dark Khaki #C7BD65

Tints of Dark Khaki #C7BD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.65%

R = 40.7%
G = 38.65%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7BD65 (or 0xC7BD65) is known color: Dark Khaki. HEX triplet: C7, BD and 65. RGB value is (199,189,101). Sum of RGB (Red+Green+Blue) = 199+189+101=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD65 is #38429A. Grayscale: #B6B6B6. Windows color (decimal): -3687067 or 6667719. OLE color: 6667719.

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

Color convert

RGB 199 189 101 -
CMYK 0 0.05 0.49 0.22
HSL 53.88º 0.47% 0.59% -
HSV(B) 53.88º 0.49% 0.78% -
XYZ 44.1 49.48 19.54 -
YUV 181.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 199 189 101 0 0.05 0.49 0.22 53.88 0.47 0.59
Hex C7 BD 65 0 5 31 16 36 2F 3B
Octal 307 275 145 0 5 61 26 66 57 73
Binary 11000111 10111101 1100101 0 101 110001 10110 110110 101111 111011

Color Harmonies of #C7BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD65

Black with #C7BD65

Text Example


Text Example

White with #C7BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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