#DCCB5E

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

Shades of Golden Sand #DCCB5E

Tints of Golden Sand #DCCB5E

Color information

#DCCB5E (or 0xDCCB5E) is unknown color: approx Golden Sand. HEX triplet: DC, CB and 5E. RGB value is (220,203,94). Sum of RGB (Red+Green+Blue) = 220+203+94=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB5E is #2334A1. Grayscale: #C4C4C4. Windows color (decimal): -2307234 or 6212572. OLE color: 6212572.

HSL color Cylindrical-coordinate representation of color #DCCB5E: hue angle of 51.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCCB5E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB22020394-
CMYK00.080.570.14
HSL51.9º64.29%61.57%-
HSV(B)51.9º57.27%86.27%-
XYZ52.8958.7419.14-
YUV195.6670.63145.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 94 (37.11% from 255) = 18.18%
R=42.55%
G=39.26%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202039400.080.570.1451.964.2961.57
HexDCCB5E0839E34403e
Octal33431313601071166410076
Binary110111001100101110111100100011100111101101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB5E; }

 p { color: rgb(220,203,94); }

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

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

 a { background-color: rgb(220,203,94); }

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

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

 span { border-color: rgb(220,203,94); }

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