Html Css Color HEX #DDD283 Sandwisp

📋 copy color: '#DDD283'

red 221 ◦ green 210 ◦ blue 131

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

Shades of Sandwisp #DDD283

Tints of Sandwisp #DDD283

RGB

 RED value IS 221 (86.72% from 255) = 39.32%

 GREEN value IS 210 (82.42% from 255) = 37.37%

 BLUE value IS 131 (51.56% from 255) = 23.31%

R = 39.32%
G = 37.37%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD283 (or 0xDDD283) is known color: Sandwisp. HEX triplet: DD, D2 and 83. RGB value is (221,210,131). Sum of RGB (Red+Green+Blue) = 221+210+131=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD283 is #222D7C. Grayscale: #CCCCCC. Windows color (decimal): -2239869 or 8639197. OLE color: 8639197.

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

Color convert

RGB 221 210 131 -
CMYK 0 0.05 0.41 0.13
HSL 52.67º 0.57% 0.69% -
HSV(B) 52.67º 0.41% 0.87% -
XYZ 56.96 63.1 30.65 -
YUV 204.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 221 210 131 0 0.05 0.41 0.13 52.67 0.57 0.69
Hex DD D2 83 0 5 29 D 35 39 45
Octal 335 322 203 0 5 51 15 65 71 105
Binary 11011101 11010010 10000011 0 101 101001 1101 110101 111001 1000101

Color Harmonies of #DDD283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD283

Black with #DDD283

Text Example


Text Example

White with #DDD283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD283; }

 p { color: rgb(221,210,131); }

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

background-color css

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

 a { background-color: rgb(221,210,131); }

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

border-color css

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

 span { border-color: rgb(221,210,131); }

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