Html Css Color HEX #DDC77B Sandwisp

📋 copy color: '#DDC77B'

red 221 ◦ green 199 ◦ blue 123

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

Shades of Sandwisp #DDC77B

Tints of Sandwisp #DDC77B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.65%

R = 40.7%
G = 36.65%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC77B (or 0xDDC77B) is known color: Sandwisp. HEX triplet: DD, C7 and 7B. RGB value is (221,199,123). Sum of RGB (Red+Green+Blue) = 221+199+123=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC77B is #223884. Grayscale: #C5C5C5. Windows color (decimal): -2242693 or 8112093. OLE color: 8112093.

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

Color convert

RGB 221 199 123 -
CMYK 0 0.10 0.44 0.13
HSL 46.53º 0.59% 0.67% -
HSV(B) 46.53º 0.44% 0.87% -
XYZ 53.82 57.65 27.03 -
YUV 196.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 221 199 123 0 0.10 0.44 0.13 46.53 0.59 0.67
Hex DD C7 7B 0 A 2C D 2F 3B 43
Octal 335 307 173 0 12 54 15 57 73 103
Binary 11011101 11000111 1111011 0 1010 101100 1101 101111 111011 1000011

Color Harmonies of #DDC77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC77B

Black with #DDC77B

Text Example


Text Example

White with #DDC77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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