Html Css Color HEX #DFD263 Golden Sand

📋 copy color: '#DFD263'

red 223 ◦ green 210 ◦ blue 99

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

Shades of Golden Sand #DFD263

Tints of Golden Sand #DFD263

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.47%

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

R = 41.92%
G = 39.47%
B = 18.61%

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

#DFD263 (or 0xDFD263) is known color: Golden Sand. HEX triplet: DF, D2 and 63. RGB value is (223,210,99). Sum of RGB (Red+Green+Blue) = 223+210+99=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD263 is #202D9C. Grayscale: #C9C9C9. Windows color (decimal): -2108829 or 6542047. OLE color: 6542047.

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

Color convert

RGB 223 210 99 -
CMYK 0 0.06 0.56 0.13
HSL 53.71º 0.66% 0.63% -
HSV(B) 53.71º 0.56% 0.87% -
XYZ 55.73 62.68 20.97 -
YUV 201.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 223 210 99 0 0.06 0.56 0.13 53.71 0.66 0.63
Hex DF D2 63 0 6 38 D 36 42 3F
Octal 337 322 143 0 6 70 15 66 102 77
Binary 11011111 11010010 1100011 0 110 111000 1101 110110 1000010 111111

Color Harmonies of #DFD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD263

Black with #DFD263

Text Example


Text Example

White with #DFD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD263; }

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

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

background-color css

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

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

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

border-color css

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

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

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