Html Css Color HEX #CDC86C Dark Khaki

📋 copy color: '#CDC86C'

red 205 ◦ green 200 ◦ blue 108

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

Shades of Dark Khaki #CDC86C

Tints of Dark Khaki #CDC86C

RGB

 RED value IS 205 (80.47% from 255) = 39.96%

 GREEN value IS 200 (78.52% from 255) = 38.99%

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 39.96%
G = 38.99%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDC86C (or 0xCDC86C) is known color: Dark Khaki. HEX triplet: CD, C8 and 6C. RGB value is (205,200,108). Sum of RGB (Red+Green+Blue) = 205+200+108=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC86C is #323793. Grayscale: #BFBFBF. Windows color (decimal): -3291028 or 7129293. OLE color: 7129293.

HSL color Cylindrical-coordinate representation of color #CDC86C: hue angle of 56.91º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC86C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 200 108 -
CMYK 0 0.02 0.47 0.20
HSL 56.91º 0.49% 0.61% -
HSV(B) 56.91º 0.47% 0.8% -
XYZ 48.54 55.37 22.32 -
YUV 191.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 205 200 108 0 0.02 0.47 0.20 56.91 0.49 0.61
Hex CD C8 6C 0 2 2F 14 39 31 3D
Octal 315 310 154 0 2 57 24 71 61 75
Binary 11001101 11001000 1101100 0 10 101111 10100 111001 110001 111101

Color Harmonies of #CDC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC86C

Black with #CDC86C

Text Example


Text Example

White with #CDC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC86C; }

 p { color: rgb(205,200,108); }

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

background-color css

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

 a { background-color: rgb(205,200,108); }

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

border-color css

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

 span { border-color: rgb(205,200,108); }

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