Html Css Color HEX #CCC06E Dark Khaki

📋 copy color: '#CCC06E'

red 204 ◦ green 192 ◦ blue 110

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

Shades of Dark Khaki #CCC06E

Tints of Dark Khaki #CCC06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 40.32%
G = 37.94%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCC06E (or 0xCCC06E) is known color: Dark Khaki. HEX triplet: CC, C0 and 6E. RGB value is (204,192,110). Sum of RGB (Red+Green+Blue) = 204+192+110=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06E is #333F91. Grayscale: #BABABA. Windows color (decimal): -3358610 or 7258316. OLE color: 7258316.

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

Color convert

RGB 204 192 110 -
CMYK 0 0.06 0.46 0.2
HSL 52.34º 0.48% 0.62% -
HSV(B) 52.34º 0.46% 0.8% -
XYZ 46.57 51.66 22.27 -
YUV 186.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 204 192 110 0 0.06 0.46 0.2 52.34 0.48 0.62
Hex CC C0 6E 0 6 2E 14 34 30 3E
Octal 314 300 156 0 6 56 24 64 60 76
Binary 11001100 11000000 1101110 0 110 101110 10100 110100 110000 111110

Color Harmonies of #CCC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC06E

Black with #CCC06E

Text Example


Text Example

White with #CCC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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