Html Css Color HEX #DDC77E Sandwisp

📋 copy color: '#DDC77E'

red 221 ◦ green 199 ◦ blue 126

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

Shades of Sandwisp #DDC77E

Tints of Sandwisp #DDC77E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.45%

 BLUE value IS 126 (49.61% from 255) = 23.08%

R = 40.48%
G = 36.45%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC77E (or 0xDDC77E) is known color: Sandwisp. HEX triplet: DD, C7 and 7E. RGB value is (221,199,126). Sum of RGB (Red+Green+Blue) = 221+199+126=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC77E is #223881. Grayscale: #C5C5C5. Windows color (decimal): -2242690 or 8308701. OLE color: 8308701.

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

Color convert

RGB 221 199 126 -
CMYK 0 0.10 0.43 0.13
HSL 46.11º 0.58% 0.68% -
HSV(B) 46.11º 0.43% 0.87% -
XYZ 54.01 57.73 28.03 -
YUV 197.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 221 199 126 0 0.10 0.43 0.13 46.11 0.58 0.68
Hex DD C7 7E 0 A 2B D 2E 3A 44
Octal 335 307 176 0 12 53 15 56 72 104
Binary 11011101 11000111 1111110 0 1010 101011 1101 101110 111010 1000100

Color Harmonies of #DDC77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC77E

Black with #DDC77E

Text Example


Text Example

White with #DDC77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC77E; }

 p { color: rgb(221,199,126); }

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

background-color css

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

 a { background-color: rgb(221,199,126); }

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

border-color css

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

 span { border-color: rgb(221,199,126); }

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