Html Css Color HEX #DFD385 Sandwisp

📋 copy color: '#DFD385'

red 223 ◦ green 211 ◦ blue 133

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

Shades of Sandwisp #DFD385

Tints of Sandwisp #DFD385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.21%

 BLUE value IS 133 (52.34% from 255) = 23.46%

R = 39.33%
G = 37.21%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFD385 (or 0xDFD385) is known color: Sandwisp. HEX triplet: DF, D3 and 85. RGB value is (223,211,133). Sum of RGB (Red+Green+Blue) = 223+211+133=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD385 is #202C7A. Grayscale: #CECECE. Windows color (decimal): -2108539 or 8770527. OLE color: 8770527.

HSL color Cylindrical-coordinate representation of color #DFD385: hue angle of 52º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFD385 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 133 -
CMYK 0 0.05 0.40 0.13
HSL 52º 0.58% 0.7% -
HSV(B) 52º 0.4% 0.87% -
XYZ 57.96 63.97 31.48 -
YUV 205.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 223 211 133 0 0.05 0.40 0.13 52 0.58 0.7
Hex DF D3 85 0 5 28 D 34 3A 46
Octal 337 323 205 0 5 50 15 64 72 106
Binary 11011111 11010011 10000101 0 101 101000 1101 110100 111010 1000110

Color Harmonies of #DFD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD385

Black with #DFD385

Text Example


Text Example

White with #DFD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD385; }

 p { color: rgb(223,211,133); }

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

background-color css

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

 a { background-color: rgb(223,211,133); }

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

border-color css

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

 span { border-color: rgb(223,211,133); }

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