Html Css Color HEX #CCC270 Dark Khaki

📋 copy color: '#CCC270'

red 204 ◦ green 194 ◦ blue 112

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

Shades of Dark Khaki #CCC270

Tints of Dark Khaki #CCC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 40%
G = 38.04%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC270 (or 0xCCC270) is known color: Dark Khaki. HEX triplet: CC, C2 and 70. RGB value is (204,194,112). Sum of RGB (Red+Green+Blue) = 204+194+112=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC270 is #333D8F. Grayscale: #BBBBBB. Windows color (decimal): -3358096 or 7389900. OLE color: 7389900.

HSL color Cylindrical-coordinate representation of color #CCC270: hue angle of 53.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC270 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 112 -
CMYK 0 0.05 0.45 0.2
HSL 53.48º 0.47% 0.62% -
HSV(B) 53.48º 0.45% 0.8% -
XYZ 47.12 52.59 23 -
YUV 187.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 204 194 112 0 0.05 0.45 0.2 53.48 0.47 0.62
Hex CC C2 70 0 5 2D 14 35 2F 3E
Octal 314 302 160 0 5 55 24 65 57 76
Binary 11001100 11000010 1110000 0 101 101101 10100 110101 101111 111110

Color Harmonies of #CCC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC270

Black with #CCC270

Text Example


Text Example

White with #CCC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC270; }

 p { color: rgb(204,194,112); }

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

background-color css

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

 a { background-color: rgb(204,194,112); }

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

border-color css

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

 span { border-color: rgb(204,194,112); }

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