Html Css Color HEX #CCC370 Dark Khaki

📋 copy color: '#CCC370'

red 204 ◦ green 195 ◦ blue 112

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

Shades of Dark Khaki #CCC370

Tints of Dark Khaki #CCC370

RGB

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

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

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

R = 39.92%
G = 38.16%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC370 (or 0xCCC370) is known color: Dark Khaki. HEX triplet: CC, C3 and 70. RGB value is (204,195,112). Sum of RGB (Red+Green+Blue) = 204+195+112=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC370 is #333C8F. Grayscale: #BCBCBC. Windows color (decimal): -3357840 or 7390156. OLE color: 7390156.

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

Color convert

RGB 204 195 112 -
CMYK 0 0.04 0.45 0.2
HSL 54.13º 0.47% 0.62% -
HSV(B) 54.13º 0.45% 0.8% -
XYZ 47.34 53.04 23.07 -
YUV 188.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 204 195 112 0 0.04 0.45 0.2 54.13 0.47 0.62
Hex CC C3 70 0 4 2D 14 36 2F 3E
Octal 314 303 160 0 4 55 24 66 57 76
Binary 11001100 11000011 1110000 0 100 101101 10100 110110 101111 111110

Color Harmonies of #CCC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC370

Black with #CCC370

Text Example


Text Example

White with #CCC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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