Html Css Color HEX #CCC86D Dark Khaki

📋 copy color: '#CCC86D'

red 204 ◦ green 200 ◦ blue 109

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

Shades of Dark Khaki #CCC86D

Tints of Dark Khaki #CCC86D

RGB

 RED value IS 204 (80.08% from 255) = 39.77%

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

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

R = 39.77%
G = 38.99%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC86D (or 0xCCC86D) is known color: Dark Khaki. HEX triplet: CC, C8 and 6D. RGB value is (204,200,109). Sum of RGB (Red+Green+Blue) = 204+200+109=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC86D is #333792. Grayscale: #BFBFBF. Windows color (decimal): -3356563 or 7194828. OLE color: 7194828.

HSL color Cylindrical-coordinate representation of color #CCC86D: hue angle of 57.47º degrees, saturation: 0.48, 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 #CCC86D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 109 -
CMYK 0 0.02 0.47 0.2
HSL 57.47º 0.48% 0.61% -
HSV(B) 57.47º 0.47% 0.8% -
XYZ 48.32 55.25 22.59 -
YUV 190.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 204 200 109 0 0.02 0.47 0.2 57.47 0.48 0.61
Hex CC C8 6D 0 2 2F 14 39 30 3D
Octal 314 310 155 0 2 57 24 71 60 75
Binary 11001100 11001000 1101101 0 10 101111 10100 111001 110000 111101

Color Harmonies of #CCC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC86D

Black with #CCC86D

Text Example


Text Example

White with #CCC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC86D; }

 p { color: rgb(204,200,109); }

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

background-color css

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

 a { background-color: rgb(204,200,109); }

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

border-color css

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

 span { border-color: rgb(204,200,109); }

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