Html Css Color HEX #D9D085 Sandwisp

📋 copy color: '#D9D085'

red 217 ◦ green 208 ◦ blue 133

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

Shades of Sandwisp #D9D085

Tints of Sandwisp #D9D085

RGB

 RED value IS 217 (85.16% from 255) = 38.89%

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

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

R = 38.89%
G = 37.28%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9D085 (or 0xD9D085) is known color: Sandwisp. HEX triplet: D9, D0 and 85. RGB value is (217,208,133). Sum of RGB (Red+Green+Blue) = 217+208+133=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D085 is #262F7A. Grayscale: #CACACA. Windows color (decimal): -2502523 or 8769753. OLE color: 8769753.

HSL color Cylindrical-coordinate representation of color #D9D085: hue angle of 53.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9D085 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 133 -
CMYK 0 0.04 0.39 0.15
HSL 53.57º 0.53% 0.69% -
HSV(B) 53.57º 0.39% 0.85% -
XYZ 55.4 61.56 31.15 -
YUV 202.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 217 208 133 0 0.04 0.39 0.15 53.57 0.53 0.69
Hex D9 D0 85 0 4 27 F 36 34 45
Octal 331 320 205 0 4 47 17 66 64 105
Binary 11011001 11010000 10000101 0 100 100111 1111 110110 110100 1000101

Color Harmonies of #D9D085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D085

Black with #D9D085

Text Example


Text Example

White with #D9D085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D085; }

 p { color: rgb(217,208,133); }

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

background-color css

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

 a { background-color: rgb(217,208,133); }

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

border-color css

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

 span { border-color: rgb(217,208,133); }

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