Html Css Color HEX #DFD264 Golden Sand

📋 copy color: '#DFD264'

red 223 ◦ green 210 ◦ blue 100

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

Shades of Golden Sand #DFD264

Tints of Golden Sand #DFD264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 41.84%
G = 39.4%
B = 18.76%

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

#DFD264 (or 0xDFD264) is known color: Golden Sand. HEX triplet: DF, D2 and 64. RGB value is (223,210,100). Sum of RGB (Red+Green+Blue) = 223+210+100=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD264 is #202D9B. Grayscale: #C9C9C9. Windows color (decimal): -2108828 or 6607583. OLE color: 6607583.

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

Color convert

RGB 223 210 100 -
CMYK 0 0.06 0.55 0.13
HSL 53.66º 0.66% 0.63% -
HSV(B) 53.66º 0.55% 0.87% -
XYZ 55.78 62.7 21.22 -
YUV 201.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 223 210 100 0 0.06 0.55 0.13 53.66 0.66 0.63
Hex DF D2 64 0 6 37 D 36 42 3F
Octal 337 322 144 0 6 67 15 66 102 77
Binary 11011111 11010010 1100100 0 110 110111 1101 110110 1000010 111111

Color Harmonies of #DFD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD264

Black with #DFD264

Text Example


Text Example

White with #DFD264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD264; }

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

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

background-color css

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

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

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

border-color css

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

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

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