Html Css Color HEX #CCC46D Dark Khaki

📋 copy color: '#CCC46D'

red 204 ◦ green 196 ◦ blue 109

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

Shades of Dark Khaki #CCC46D

Tints of Dark Khaki #CCC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

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

R = 40.08%
G = 38.51%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC46D (or 0xCCC46D) is known color: Dark Khaki. HEX triplet: CC, C4 and 6D. RGB value is (204,196,109). Sum of RGB (Red+Green+Blue) = 204+196+109=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46D is #333B92. Grayscale: #BCBCBC. Windows color (decimal): -3357587 or 7193804. OLE color: 7193804.

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

Color convert

RGB 204 196 109 -
CMYK 0 0.04 0.47 0.2
HSL 54.95º 0.48% 0.61% -
HSV(B) 54.95º 0.47% 0.8% -
XYZ 47.4 53.42 22.28 -
YUV 188.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 204 196 109 0 0.04 0.47 0.2 54.95 0.48 0.61
Hex CC C4 6D 0 4 2F 14 37 30 3D
Octal 314 304 155 0 4 57 24 67 60 75
Binary 11001100 11000100 1101101 0 100 101111 10100 110111 110000 111101

Color Harmonies of #CCC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC46D

Black with #CCC46D

Text Example


Text Example

White with #CCC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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