#CCC16D

Color #CCC16D Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CCC16D

Tints of Dark Khaki #CCC16D

Color information

#CCC16D (or 0xCCC16D) is unknown color: approx Dark Khaki. HEX triplet: CC, C1 and 6D. RGB value is (204,193,109). Sum of RGB (Red+Green+Blue) = 204+193+109=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16D is #333E92. Grayscale: #BBBBBB. Windows color (decimal): -3358355 or 7193036. OLE color: 7193036.

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

Color convert

RGB204193109-
CMYK00.050.470.2
HSL53.05º48.22%61.37%-
HSV(B)53.05º46.57%80%-
XYZ46.7352.0822.06-
YUV186.7184.14140.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=40.32%
G=38.14%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419310900.050.470.253.0548.2261.37
HexCCC16D052F1435303d
Octal314301155055724656075
Binary11001100110000011101101010110111110100110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC16D; }

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

 H1.HeaderClassName
 {
   color: #CCC16D;
 }
 .AnyTagClassName
 {
   color: #CCC16D;
 }
</style>
background-color css

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

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

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

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

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

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