Html Css Color HEX #CCC56D Dark Khaki

📋 copy color: '#CCC56D'

red 204 ◦ green 197 ◦ blue 109

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

Shades of Dark Khaki #CCC56D

Tints of Dark Khaki #CCC56D

RGB

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

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

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

R = 40%
G = 38.63%
B = 21.37%

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

#CCC56D (or 0xCCC56D) is known color: Dark Khaki. HEX triplet: CC, C5 and 6D. RGB value is (204,197,109). Sum of RGB (Red+Green+Blue) = 204+197+109=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC56D is #333A92. Grayscale: #BDBDBD. Windows color (decimal): -3357331 or 7194060. OLE color: 7194060.

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

Color convert

RGB 204 197 109 -
CMYK 0 0.03 0.47 0.2
HSL 55.58º 0.48% 0.61% -
HSV(B) 55.58º 0.47% 0.8% -
XYZ 47.63 53.87 22.36 -
YUV 189.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 204 197 109 0 0.03 0.47 0.2 55.58 0.48 0.61
Hex CC C5 6D 0 3 2F 14 38 30 3D
Octal 314 305 155 0 3 57 24 70 60 75
Binary 11001100 11000101 1101101 0 11 101111 10100 111000 110000 111101

Color Harmonies of #CCC56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC56D

Black with #CCC56D

Text Example


Text Example

White with #CCC56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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