Html Css Color HEX #DDCF89 Sandwisp

📋 copy color: '#DDCF89'

red 221 ◦ green 207 ◦ blue 137

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

Shades of Sandwisp #DDCF89

Tints of Sandwisp #DDCF89

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.64%

 BLUE value IS 137 (53.91% from 255) = 24.25%

R = 39.12%
G = 36.64%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDCF89 (or 0xDDCF89) is known color: Sandwisp. HEX triplet: DD, CF and 89. RGB value is (221,207,137). Sum of RGB (Red+Green+Blue) = 221+207+137=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF89 is #223076. Grayscale: #CBCBCB. Windows color (decimal): -2240631 or 9031645. OLE color: 9031645.

HSL color Cylindrical-coordinate representation of color #DDCF89: hue angle of 50º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDCF89 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 137 -
CMYK 0 0.06 0.38 0.13
HSL 50º 0.55% 0.7% -
HSV(B) 50º 0.38% 0.87% -
XYZ 56.65 61.8 32.61 -
YUV 203.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 221 207 137 0 0.06 0.38 0.13 50 0.55 0.7
Hex DD CF 89 0 6 26 D 32 37 46
Octal 335 317 211 0 6 46 15 62 67 106
Binary 11011101 11001111 10001001 0 110 100110 1101 110010 110111 1000110

Color Harmonies of #DDCF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF89

Black with #DDCF89

Text Example


Text Example

White with #DDCF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF89; }

 p { color: rgb(221,207,137); }

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

background-color css

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

 a { background-color: rgb(221,207,137); }

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

border-color css

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

 span { border-color: rgb(221,207,137); }

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