Html Css Color HEX #DDD482 Sandwisp

📋 copy color: '#DDD482'

red 221 ◦ green 212 ◦ blue 130

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

Shades of Sandwisp #DDD482

Tints of Sandwisp #DDD482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.66%

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

R = 39.25%
G = 37.66%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD482 (or 0xDDD482) is known color: Sandwisp. HEX triplet: DD, D4 and 82. RGB value is (221,212,130). Sum of RGB (Red+Green+Blue) = 221+212+130=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD482 is #222B7D. Grayscale: #CDCDCD. Windows color (decimal): -2239358 or 8574173. OLE color: 8574173.

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

Color convert

RGB 221 212 130 -
CMYK 0 0.04 0.41 0.13
HSL 54.07º 0.57% 0.69% -
HSV(B) 54.07º 0.41% 0.87% -
XYZ 57.39 64.07 30.46 -
YUV 205.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 221 212 130 0 0.04 0.41 0.13 54.07 0.57 0.69
Hex DD D4 82 0 4 29 D 36 39 45
Octal 335 324 202 0 4 51 15 66 71 105
Binary 11011101 11010100 10000010 0 100 101001 1101 110110 111001 1000101

Color Harmonies of #DDD482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD482

Black with #DDD482

Text Example


Text Example

White with #DDD482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD482; }

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

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

background-color css

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

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

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

border-color css

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

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

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