Html Css Color HEX #DFD380 Sandwisp

📋 copy color: '#DFD380'

red 223 ◦ green 211 ◦ blue 128

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

Shades of Sandwisp #DFD380

Tints of Sandwisp #DFD380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.78%

R = 39.68%
G = 37.54%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFD380 (or 0xDFD380) is known color: Sandwisp. HEX triplet: DF, D3 and 80. RGB value is (223,211,128). Sum of RGB (Red+Green+Blue) = 223+211+128=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD380 is #202C7F. Grayscale: #CDCDCD. Windows color (decimal): -2108544 or 8442847. OLE color: 8442847.

HSL color Cylindrical-coordinate representation of color #DFD380: hue angle of 52.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD380 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 128 -
CMYK 0 0.05 0.43 0.13
HSL 52.42º 0.6% 0.69% -
HSV(B) 52.42º 0.43% 0.87% -
XYZ 57.62 63.84 29.71 -
YUV 205.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 223 211 128 0 0.05 0.43 0.13 52.42 0.6 0.69
Hex DF D3 80 0 5 2B D 34 3C 45
Octal 337 323 200 0 5 53 15 64 74 105
Binary 11011111 11010011 10000000 0 101 101011 1101 110100 111100 1000101

Color Harmonies of #DFD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD380

Black with #DFD380

Text Example


Text Example

White with #DFD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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