Html Css Color HEX #C4C16D Dark Khaki

📋 copy color: '#C4C16D'

red 196 ◦ green 193 ◦ blue 109

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

Shades of Dark Khaki #C4C16D

Tints of Dark Khaki #C4C16D

RGB

 RED value IS 196 (76.95% from 255) = 39.36%

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 109 (42.97% from 255) = 21.89%

R = 39.36%
G = 38.76%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4C16D (or 0xC4C16D) is known color: Dark Khaki. HEX triplet: C4, C1 and 6D. RGB value is (196,193,109). Sum of RGB (Red+Green+Blue) = 196+193+109=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C16D is #3B3E92. Grayscale: #B8B8B8. Windows color (decimal): -3882643 or 7193028. OLE color: 7193028.

HSL color Cylindrical-coordinate representation of color #C4C16D: hue angle of 57.93º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4C16D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 109 -
CMYK 0 0.02 0.44 0.23
HSL 57.93º 0.42% 0.6% -
HSV(B) 57.93º 0.44% 0.77% -
XYZ 44.6 50.98 21.96 -
YUV 184.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 196 193 109 0 0.02 0.44 0.23 57.93 0.42 0.6
Hex C4 C1 6D 0 2 2C 17 3A 2A 3C
Octal 304 301 155 0 2 54 27 72 52 74
Binary 11000100 11000001 1101101 0 10 101100 10111 111010 101010 111100

Color Harmonies of #C4C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C16D

Black with #C4C16D

Text Example


Text Example

White with #C4C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C16D; }

 p { color: rgb(196,193,109); }

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

background-color css

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

 a { background-color: rgb(196,193,109); }

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

border-color css

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

 span { border-color: rgb(196,193,109); }

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