Html Css Color HEX #CCC16D Dark Khaki

📋 copy color: '#CCC16D'

red 204 ◦ green 193 ◦ blue 109

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

Shades of Dark Khaki #CCC16D

Tints of Dark Khaki #CCC16D

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 value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC16D (or 0xCCC16D) is known color: 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

RGB 204 193 109 -
CMYK 0 0.05 0.47 0.2
HSL 53.05º 0.48% 0.61% -
HSV(B) 53.05º 0.47% 0.8% -
XYZ 46.73 52.08 22.06 -
YUV 186.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 204 193 109 0 0.05 0.47 0.2 53.05 0.48 0.61
Hex CC C1 6D 0 5 2F 14 35 30 3D
Octal 314 301 155 0 5 57 24 65 60 75
Binary 11001100 11000001 1101101 0 101 101111 10100 110101 110000 111101

Color Harmonies of #CCC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC16D

Black with #CCC16D

Text Example


Text Example

White with #CCC16D

Text Example


Text Example

HTML Codes & Css Web 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>