Html Css Color HEX #CCC36C Dark Khaki

📋 copy color: '#CCC36C'

red 204 ◦ green 195 ◦ blue 108

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

Shades of Dark Khaki #CCC36C

Tints of Dark Khaki #CCC36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.46%

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

R = 40.24%
G = 38.46%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC36C (or 0xCCC36C) is known color: Dark Khaki. HEX triplet: CC, C3 and 6C. RGB value is (204,195,108). Sum of RGB (Red+Green+Blue) = 204+195+108=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC36C is #333C93. Grayscale: #BCBCBC. Windows color (decimal): -3357844 or 7128012. OLE color: 7128012.

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

Color convert

RGB 204 195 108 -
CMYK 0 0.04 0.47 0.2
HSL 54.38º 0.48% 0.61% -
HSV(B) 54.38º 0.47% 0.8% -
XYZ 47.12 52.95 21.92 -
YUV 187.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 204 195 108 0 0.04 0.47 0.2 54.38 0.48 0.61
Hex CC C3 6C 0 4 2F 14 36 30 3D
Octal 314 303 154 0 4 57 24 66 60 75
Binary 11001100 11000011 1101100 0 100 101111 10100 110110 110000 111101

Color Harmonies of #CCC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC36C

Black with #CCC36C

Text Example


Text Example

White with #CCC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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