Html Css Color HEX #DFD163 Golden Sand

📋 copy color: '#DFD163'

red 223 ◦ green 209 ◦ blue 99

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

Shades of Golden Sand #DFD163

Tints of Golden Sand #DFD163

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

 BLUE value IS 99 (39.06% from 255) = 18.64%

R = 42%
G = 39.36%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFD163 (or 0xDFD163) is known color: Golden Sand. HEX triplet: DF, D1 and 63. RGB value is (223,209,99). Sum of RGB (Red+Green+Blue) = 223+209+99=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD163 is #202E9C. Grayscale: #C9C9C9. Windows color (decimal): -2109085 or 6541791. OLE color: 6541791.

HSL color Cylindrical-coordinate representation of color #DFD163: hue angle of 53.23º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFD163 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 209 99 -
CMYK 0 0.06 0.56 0.13
HSL 53.23º 0.66% 0.63% -
HSV(B) 53.23º 0.56% 0.87% -
XYZ 55.48 62.19 20.88 -
YUV 200.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 223 209 99 0 0.06 0.56 0.13 53.23 0.66 0.63
Hex DF D1 63 0 6 38 D 35 42 3F
Octal 337 321 143 0 6 70 15 65 102 77
Binary 11011111 11010001 1100011 0 110 111000 1101 110101 1000010 111111

Color Harmonies of #DFD163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD163

Black with #DFD163

Text Example


Text Example

White with #DFD163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD163; }

 p { color: rgb(223,209,99); }

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

background-color css

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

 a { background-color: rgb(223,209,99); }

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

border-color css

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

 span { border-color: rgb(223,209,99); }

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