Html Css Color HEX #DFD065 Golden Sand

📋 copy color: '#DFD065'

red 223 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #DFD065

Tints of Golden Sand #DFD065

RGB

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

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

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

R = 41.92%
G = 39.1%
B = 18.98%

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

#DFD065 (or 0xDFD065) is known color: Golden Sand. HEX triplet: DF, D0 and 65. RGB value is (223,208,101). Sum of RGB (Red+Green+Blue) = 223+208+101=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD065 is #202F9A. Grayscale: #C8C8C8. Windows color (decimal): -2109339 or 6672607. OLE color: 6672607.

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

Color convert

RGB 223 208 101 -
CMYK 0 0.07 0.55 0.13
HSL 52.62º 0.66% 0.64% -
HSV(B) 52.62º 0.55% 0.87% -
XYZ 55.34 61.74 21.31 -
YUV 200.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 223 208 101 0 0.07 0.55 0.13 52.62 0.66 0.64
Hex DF D0 65 0 7 37 D 35 42 40
Octal 337 320 145 0 7 67 15 65 102 100
Binary 11011111 11010000 1100101 0 111 110111 1101 110101 1000010 1000000

Color Harmonies of #DFD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD065

Black with #DFD065

Text Example


Text Example

White with #DFD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD065; }

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

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

background-color css

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

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

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

border-color css

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

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

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