Html Css Color HEX #DFCD5E Golden Sand

📋 copy color: '#DFCD5E'

red 223 ◦ green 205 ◦ blue 94

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

Shades of Golden Sand #DFCD5E

Tints of Golden Sand #DFCD5E

RGB

 RED value IS 223 (87.5% from 255) = 42.72%

 GREEN value IS 205 (80.47% from 255) = 39.27%

 BLUE value IS 94 (37.11% from 255) = 18.01%

R = 42.72%
G = 39.27%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFCD5E (or 0xDFCD5E) is known color: Golden Sand. HEX triplet: DF, CD and 5E. RGB value is (223,205,94). Sum of RGB (Red+Green+Blue) = 223+205+94=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD5E is #2032A1. Grayscale: #C6C6C6. Windows color (decimal): -2110114 or 6213087. OLE color: 6213087.

HSL color Cylindrical-coordinate representation of color #DFCD5E: hue angle of 51.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFCD5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 94 -
CMYK 0 0.08 0.58 0.13
HSL 51.63º 0.67% 0.62% -
HSV(B) 51.63º 0.58% 0.87% -
XYZ 54.28 60.16 19.34 -
YUV 197.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 223 205 94 0 0.08 0.58 0.13 51.63 0.67 0.62
Hex DF CD 5E 0 8 3A D 34 43 3E
Octal 337 315 136 0 10 72 15 64 103 76
Binary 11011111 11001101 1011110 0 1000 111010 1101 110100 1000011 111110

Color Harmonies of #DFCD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD5E

Black with #DFCD5E

Text Example


Text Example

White with #DFCD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD5E; }

 p { color: rgb(223,205,94); }

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

background-color css

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

 a { background-color: rgb(223,205,94); }

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

border-color css

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

 span { border-color: rgb(223,205,94); }

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