Html Css Color HEX #CDC46E Dark Khaki

📋 copy color: '#CDC46E'

red 205 ◦ green 196 ◦ blue 110

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

Shades of Dark Khaki #CDC46E

Tints of Dark Khaki #CDC46E

RGB

 RED value IS 205 (80.47% from 255) = 40.12%

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

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 40.12%
G = 38.36%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDC46E (or 0xCDC46E) is known color: Dark Khaki. HEX triplet: CD, C4 and 6E. RGB value is (205,196,110). Sum of RGB (Red+Green+Blue) = 205+196+110=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC46E is #323B91. Grayscale: #BDBDBD. Windows color (decimal): -3292050 or 7259341. OLE color: 7259341.

HSL color Cylindrical-coordinate representation of color #CDC46E: hue angle of 54.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDC46E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 110 -
CMYK 0 0.04 0.46 0.20
HSL 54.32º 0.49% 0.62% -
HSV(B) 54.32º 0.46% 0.8% -
XYZ 47.73 53.58 22.58 -
YUV 188.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 205 196 110 0 0.04 0.46 0.20 54.32 0.49 0.62
Hex CD C4 6E 0 4 2E 14 36 31 3E
Octal 315 304 156 0 4 56 24 66 61 76
Binary 11001101 11000100 1101110 0 100 101110 10100 110110 110001 111110

Color Harmonies of #CDC46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC46E

Black with #CDC46E

Text Example


Text Example

White with #CDC46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC46E; }

 p { color: rgb(205,196,110); }

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

background-color css

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

 a { background-color: rgb(205,196,110); }

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

border-color css

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

 span { border-color: rgb(205,196,110); }

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