Html Css Color HEX #CCC56C Dark Khaki

📋 copy color: '#CCC56C'

red 204 ◦ green 197 ◦ blue 108

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

Shades of Dark Khaki #CCC56C

Tints of Dark Khaki #CCC56C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

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

R = 40.08%
G = 38.7%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC56C (or 0xCCC56C) is known color: Dark Khaki. HEX triplet: CC, C5 and 6C. RGB value is (204,197,108). Sum of RGB (Red+Green+Blue) = 204+197+108=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC56C is #333A93. Grayscale: #BDBDBD. Windows color (decimal): -3357332 or 7128524. OLE color: 7128524.

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

Color convert

RGB 204 197 108 -
CMYK 0 0.03 0.47 0.2
HSL 55.63º 0.48% 0.61% -
HSV(B) 55.63º 0.47% 0.8% -
XYZ 47.57 53.85 22.07 -
YUV 188.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 204 197 108 0 0.03 0.47 0.2 55.63 0.48 0.61
Hex CC C5 6C 0 3 2F 14 38 30 3D
Octal 314 305 154 0 3 57 24 70 60 75
Binary 11001100 11000101 1101100 0 11 101111 10100 111000 110000 111101

Color Harmonies of #CCC56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC56C

Black with #CCC56C

Text Example


Text Example

White with #CCC56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC56C; }

 p { color: rgb(204,197,108); }

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

background-color css

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

 a { background-color: rgb(204,197,108); }

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

border-color css

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

 span { border-color: rgb(204,197,108); }

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