Html Css Color HEX #CCC76C Dark Khaki

📋 copy color: '#CCC76C'

red 204 ◦ green 199 ◦ blue 108

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

Shades of Dark Khaki #CCC76C

Tints of Dark Khaki #CCC76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 39.92%
G = 38.94%
B = 21.14%

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

#CCC76C (or 0xCCC76C) is known color: Dark Khaki. HEX triplet: CC, C7 and 6C. RGB value is (204,199,108). Sum of RGB (Red+Green+Blue) = 204+199+108=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC76C is #333893. Grayscale: #BEBEBE. Windows color (decimal): -3356820 or 7129036. OLE color: 7129036.

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

Color convert

RGB 204 199 108 -
CMYK 0 0.02 0.47 0.2
HSL 56.88º 0.48% 0.61% -
HSV(B) 56.88º 0.47% 0.8% -
XYZ 48.03 54.77 22.23 -
YUV 190.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 204 199 108 0 0.02 0.47 0.2 56.88 0.48 0.61
Hex CC C7 6C 0 2 2F 14 39 30 3D
Octal 314 307 154 0 2 57 24 71 60 75
Binary 11001100 11000111 1101100 0 10 101111 10100 111001 110000 111101

Color Harmonies of #CCC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC76C

Black with #CCC76C

Text Example


Text Example

White with #CCC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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