Html Css Color HEX #C7BD62 Dark Khaki

📋 copy color: '#C7BD62'

red 199 ◦ green 189 ◦ blue 98

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

Shades of Dark Khaki #C7BD62

Tints of Dark Khaki #C7BD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 40.95%
G = 38.89%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7BD62 (or 0xC7BD62) is known color: Dark Khaki. HEX triplet: C7, BD and 62. RGB value is (199,189,98). Sum of RGB (Red+Green+Blue) = 199+189+98=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD62 is #38429D. Grayscale: #B5B5B5. Windows color (decimal): -3687070 or 6471111. OLE color: 6471111.

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

Color convert

RGB 199 189 98 -
CMYK 0 0.05 0.51 0.22
HSL 54.06º 0.47% 0.58% -
HSV(B) 54.06º 0.51% 0.78% -
XYZ 43.96 49.42 18.78 -
YUV 181.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 199 189 98 0 0.05 0.51 0.22 54.06 0.47 0.58
Hex C7 BD 62 0 5 33 16 36 2F 3A
Octal 307 275 142 0 5 63 26 66 57 72
Binary 11000111 10111101 1100010 0 101 110011 10110 110110 101111 111010

Color Harmonies of #C7BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD62

Black with #C7BD62

Text Example


Text Example

White with #C7BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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