Html Css Color HEX #DDC77F Sandwisp

📋 copy color: '#DDC77F'

red 221 ◦ green 199 ◦ blue 127

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

Shades of Sandwisp #DDC77F

Tints of Sandwisp #DDC77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.22%

R = 40.4%
G = 36.38%
B = 23.22%

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

#DDC77F (or 0xDDC77F) is known color: Sandwisp. HEX triplet: DD, C7 and 7F. RGB value is (221,199,127). Sum of RGB (Red+Green+Blue) = 221+199+127=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC77F is #223880. Grayscale: #C5C5C5. Windows color (decimal): -2242689 or 8374237. OLE color: 8374237.

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

Color convert

RGB 221 199 127 -
CMYK 0 0.10 0.43 0.13
HSL 45.96º 0.58% 0.68% -
HSV(B) 45.96º 0.43% 0.87% -
XYZ 54.07 57.75 28.38 -
YUV 197.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 221 199 127 0 0.10 0.43 0.13 45.96 0.58 0.68
Hex DD C7 7F 0 A 2B D 2E 3A 44
Octal 335 307 177 0 12 53 15 56 72 104
Binary 11011101 11000111 1111111 0 1010 101011 1101 101110 111010 1000100

Color Harmonies of #DDC77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC77F

Black with #DDC77F

Text Example


Text Example

White with #DDC77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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