Html Css Color HEX #DFCC5D Golden Sand

📋 copy color: '#DFCC5D'

red 223 ◦ green 204 ◦ blue 93

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

Shades of Golden Sand #DFCC5D

Tints of Golden Sand #DFCC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 42.88%
G = 39.23%
B = 17.88%

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

#DFCC5D (or 0xDFCC5D) is known color: Golden Sand. HEX triplet: DF, CC and 5D. RGB value is (223,204,93). Sum of RGB (Red+Green+Blue) = 223+204+93=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC5D is #2033A2. Grayscale: #C5C5C5. Windows color (decimal): -2110371 or 6147295. OLE color: 6147295.

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

Color convert

RGB 223 204 93 -
CMYK 0 0.09 0.58 0.13
HSL 51.23º 0.67% 0.62% -
HSV(B) 51.23º 0.58% 0.87% -
XYZ 54 59.66 19.03 -
YUV 197.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 223 204 93 0 0.09 0.58 0.13 51.23 0.67 0.62
Hex DF CC 5D 0 9 3A D 33 43 3E
Octal 337 314 135 0 11 72 15 63 103 76
Binary 11011111 11001100 1011101 0 1001 111010 1101 110011 1000011 111110

Color Harmonies of #DFCC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC5D

Black with #DFCC5D

Text Example


Text Example

White with #DFCC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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