Html Css Color HEX #CCC16F Dark Khaki

📋 copy color: '#CCC16F'

red 204 ◦ green 193 ◦ blue 111

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

Shades of Dark Khaki #CCC16F

Tints of Dark Khaki #CCC16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 40.16%
G = 37.99%
B = 21.85%

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

#CCC16F (or 0xCCC16F) is known color: Dark Khaki. HEX triplet: CC, C1 and 6F. RGB value is (204,193,111). Sum of RGB (Red+Green+Blue) = 204+193+111=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16F is #333E90. Grayscale: #BBBBBB. Windows color (decimal): -3358353 or 7324108. OLE color: 7324108.

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

Color convert

RGB 204 193 111 -
CMYK 0 0.05 0.46 0.2
HSL 52.9º 0.48% 0.62% -
HSV(B) 52.9º 0.46% 0.8% -
XYZ 46.84 52.13 22.63 -
YUV 186.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 204 193 111 0 0.05 0.46 0.2 52.9 0.48 0.62
Hex CC C1 6F 0 5 2E 14 35 30 3E
Octal 314 301 157 0 5 56 24 65 60 76
Binary 11001100 11000001 1101111 0 101 101110 10100 110101 110000 111110

Color Harmonies of #CCC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC16F

Black with #CCC16F

Text Example


Text Example

White with #CCC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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