Html Css Color HEX #DFD165 Golden Sand

📋 copy color: '#DFD165'

red 223 ◦ green 209 ◦ blue 101

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

Shades of Golden Sand #DFD165

Tints of Golden Sand #DFD165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.95%

R = 41.84%
G = 39.21%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFD165 (or 0xDFD165) is known color: Golden Sand. HEX triplet: DF, D1 and 65. RGB value is (223,209,101). Sum of RGB (Red+Green+Blue) = 223+209+101=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD165 is #202E9A. Grayscale: #C9C9C9. Windows color (decimal): -2109083 or 6672863. OLE color: 6672863.

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

Color convert

RGB 223 209 101 -
CMYK 0 0.06 0.55 0.13
HSL 53.11º 0.66% 0.64% -
HSV(B) 53.11º 0.55% 0.87% -
XYZ 55.58 62.23 21.39 -
YUV 200.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 223 209 101 0 0.06 0.55 0.13 53.11 0.66 0.64
Hex DF D1 65 0 6 37 D 35 42 40
Octal 337 321 145 0 6 67 15 65 102 100
Binary 11011111 11010001 1100101 0 110 110111 1101 110101 1000010 1000000

Color Harmonies of #DFD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD165

Black with #DFD165

Text Example


Text Example

White with #DFD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD165; }

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

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

background-color css

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

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

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

border-color css

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

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

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