Html Css Color HEX #CCC76D Dark Khaki

📋 copy color: '#CCC76D'

red 204 ◦ green 199 ◦ blue 109

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

Shades of Dark Khaki #CCC76D

Tints of Dark Khaki #CCC76D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.87%

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 39.84%
G = 38.87%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC76D (or 0xCCC76D) is known color: Dark Khaki. HEX triplet: CC, C7 and 6D. RGB value is (204,199,109). Sum of RGB (Red+Green+Blue) = 204+199+109=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC76D is #333892. Grayscale: #BEBEBE. Windows color (decimal): -3356819 or 7194572. OLE color: 7194572.

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

Color convert

RGB 204 199 109 -
CMYK 0 0.02 0.47 0.2
HSL 56.84º 0.48% 0.61% -
HSV(B) 56.84º 0.47% 0.8% -
XYZ 48.09 54.79 22.51 -
YUV 190.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 204 199 109 0 0.02 0.47 0.2 56.84 0.48 0.61
Hex CC C7 6D 0 2 2F 14 39 30 3D
Octal 314 307 155 0 2 57 24 71 60 75
Binary 11001100 11000111 1101101 0 10 101111 10100 111001 110000 111101

Color Harmonies of #CCC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC76D

Black with #CCC76D

Text Example


Text Example

White with #CCC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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