Html Css Color HEX #DFD064 Golden Sand

📋 copy color: '#DFD064'

red 223 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #DFD064

Tints of Golden Sand #DFD064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 42%
G = 39.17%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFD064 (or 0xDFD064) is known color: Golden Sand. HEX triplet: DF, D0 and 64. RGB value is (223,208,100). Sum of RGB (Red+Green+Blue) = 223+208+100=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD064 is #202F9B. Grayscale: #C8C8C8. Windows color (decimal): -2109340 or 6607071. OLE color: 6607071.

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

Color convert

RGB 223 208 100 -
CMYK 0 0.07 0.55 0.13
HSL 52.68º 0.66% 0.63% -
HSV(B) 52.68º 0.55% 0.87% -
XYZ 55.29 61.72 21.06 -
YUV 200.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 223 208 100 0 0.07 0.55 0.13 52.68 0.66 0.63
Hex DF D0 64 0 7 37 D 35 42 3F
Octal 337 320 144 0 7 67 15 65 102 77
Binary 11011111 11010000 1100100 0 111 110111 1101 110101 1000010 111111

Color Harmonies of #DFD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD064

Black with #DFD064

Text Example


Text Example

White with #DFD064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD064; }

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

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

background-color css

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

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

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

border-color css

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

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

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