Html Css Color HEX #C5B966 Dark Khaki

📋 copy color: '#C5B966'

red 197 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #C5B966

Tints of Dark Khaki #C5B966

RGB

 RED value IS 197 (77.34% from 255) = 40.7%

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 40.7%
G = 38.22%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C5B966 (or 0xC5B966) is known color: Dark Khaki. HEX triplet: C5, B9 and 66. RGB value is (197,185,102). Sum of RGB (Red+Green+Blue) = 197+185+102=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B966 is #3A4699. Grayscale: #B3B3B3. Windows color (decimal): -3819162 or 6732229. OLE color: 6732229.

HSL color Cylindrical-coordinate representation of color #C5B966: hue angle of 52.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5B966 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 102 -
CMYK 0 0.06 0.48 0.23
HSL 52.42º 0.45% 0.59% -
HSV(B) 52.42º 0.48% 0.77% -
XYZ 42.77 47.53 19.49 -
YUV 179.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 197 185 102 0 0.06 0.48 0.23 52.42 0.45 0.59
Hex C5 B9 66 0 6 30 17 34 2D 3B
Octal 305 271 146 0 6 60 27 64 55 73
Binary 11000101 10111001 1100110 0 110 110000 10111 110100 101101 111011

Color Harmonies of #C5B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B966

Black with #C5B966

Text Example


Text Example

White with #C5B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B966; }

 p { color: rgb(197,185,102); }

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

background-color css

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

 a { background-color: rgb(197,185,102); }

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

border-color css

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

 span { border-color: rgb(197,185,102); }

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