#DCD07D

Color #DCD07D Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DCD07D

Tints of Sandwisp #DCD07D

Color information

#DCD07D (or 0xDCD07D) is unknown color: approx Sandwisp. HEX triplet: DC, D0 and 7D. RGB value is (220,208,125). Sum of RGB (Red+Green+Blue) = 220+208+125=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD07D is #232F82. Grayscale: #CACACA. Windows color (decimal): -2305923 or 8245468. OLE color: 8245468.

HSL color Cylindrical-coordinate representation of color #DCD07D: hue angle of 52.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCD07D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220208125-
CMYK00.050.430.14
HSL52.42º57.58%67.65%-
HSV(B)52.42º43.18%86.27%-
XYZ55.7761.8128.39-
YUV202.1384.48140.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 208 (81.64% from 255) = 37.61%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=39.78%
G=37.61%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020812500.050.430.1452.4257.5867.65
HexDCD07D052BE343a44
Octal3343201750553166472104
Binary11011100110100001111101010110101111101101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD07D; }

 p { color: rgb(220,208,125); }

 H1.HeaderClassName
 {
   color: #DCD07D;
 }
 .AnyTagClassName
 {
   color: #DCD07D;
 }
</style>
background-color css

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

 a { background-color: rgb(220,208,125); }

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

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

 span { border-color: rgb(220,208,125); }

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