Html Css Color HEX #DFCC5E Golden Sand

📋 copy color: '#DFCC5E'

red 223 ◦ green 204 ◦ blue 94

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

Shades of Golden Sand #DFCC5E

Tints of Golden Sand #DFCC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 42.8%
G = 39.16%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFCC5E (or 0xDFCC5E) is known color: Golden Sand. HEX triplet: DF, CC and 5E. RGB value is (223,204,94). Sum of RGB (Red+Green+Blue) = 223+204+94=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC5E is #2033A1. Grayscale: #C5C5C5. Windows color (decimal): -2110370 or 6212831. OLE color: 6212831.

HSL color Cylindrical-coordinate representation of color #DFCC5E: hue angle of 51.16º 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 #DFCC5E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 94 -
CMYK 0 0.09 0.58 0.13
HSL 51.16º 0.67% 0.62% -
HSV(B) 51.16º 0.58% 0.87% -
XYZ 54.04 59.68 19.26 -
YUV 197.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 223 204 94 0 0.09 0.58 0.13 51.16 0.67 0.62
Hex DF CC 5E 0 9 3A D 33 43 3E
Octal 337 314 136 0 11 72 15 63 103 76
Binary 11011111 11001100 1011110 0 1001 111010 1101 110011 1000011 111110

Color Harmonies of #DFCC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC5E

Black with #DFCC5E

Text Example


Text Example

White with #DFCC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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