Html Css Color HEX #DDC982 Sandwisp

📋 copy color: '#DDC982'

red 221 ◦ green 201 ◦ blue 130

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

Shades of Sandwisp #DDC982

Tints of Sandwisp #DDC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

 BLUE value IS 130 (51.17% from 255) = 23.55%

R = 40.04%
G = 36.41%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDC982 (or 0xDDC982) is known color: Sandwisp. HEX triplet: DD, C9 and 82. RGB value is (221,201,130). Sum of RGB (Red+Green+Blue) = 221+201+130=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC982 is #22367D. Grayscale: #C7C7C7. Windows color (decimal): -2242174 or 8571357. OLE color: 8571357.

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

Color convert

RGB 221 201 130 -
CMYK 0 0.09 0.41 0.13
HSL 46.81º 0.57% 0.69% -
HSV(B) 46.81º 0.41% 0.87% -
XYZ 54.73 58.76 29.58 -
YUV 198.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 221 201 130 0 0.09 0.41 0.13 46.81 0.57 0.69
Hex DD C9 82 0 9 29 D 2F 39 45
Octal 335 311 202 0 11 51 15 57 71 105
Binary 11011101 11001001 10000010 0 1001 101001 1101 101111 111001 1000101

Color Harmonies of #DDC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC982

Black with #DDC982

Text Example


Text Example

White with #DDC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC982; }

 p { color: rgb(221,201,130); }

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

background-color css

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

 a { background-color: rgb(221,201,130); }

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

border-color css

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

 span { border-color: rgb(221,201,130); }

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