Html Css Color HEX #CCC16E Dark Khaki

📋 copy color: '#CCC16E'

red 204 ◦ green 193 ◦ blue 110

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

Shades of Dark Khaki #CCC16E

Tints of Dark Khaki #CCC16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

 BLUE value IS 110 (43.36% from 255) = 21.7%

R = 40.24%
G = 38.07%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCC16E (or 0xCCC16E) is known color: Dark Khaki. HEX triplet: CC, C1 and 6E. RGB value is (204,193,110). Sum of RGB (Red+Green+Blue) = 204+193+110=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16E is #333E91. Grayscale: #BBBBBB. Windows color (decimal): -3358354 or 7258572. OLE color: 7258572.

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

Color convert

RGB 204 193 110 -
CMYK 0 0.05 0.46 0.2
HSL 52.98º 0.48% 0.62% -
HSV(B) 52.98º 0.46% 0.8% -
XYZ 46.79 52.1 22.34 -
YUV 186.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 204 193 110 0 0.05 0.46 0.2 52.98 0.48 0.62
Hex CC C1 6E 0 5 2E 14 35 30 3E
Octal 314 301 156 0 5 56 24 65 60 76
Binary 11001100 11000001 1101110 0 101 101110 10100 110101 110000 111110

Color Harmonies of #CCC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC16E

Black with #CCC16E

Text Example


Text Example

White with #CCC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC16E; }

 p { color: rgb(204,193,110); }

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

background-color css

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

 a { background-color: rgb(204,193,110); }

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

border-color css

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

 span { border-color: rgb(204,193,110); }

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