Html Css Color HEX #DDC893 Double Colonial White

📋 copy color: '#DDC893'

red 221 ◦ green 200 ◦ blue 147

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

Shades of Double Colonial White #DDC893

Tints of Double Colonial White #DDC893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

 BLUE value IS 147 (57.81% from 255) = 25.88%

R = 38.91%
G = 35.21%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC893 (or 0xDDC893) is known color: Double Colonial White. HEX triplet: DD, C8 and 93. RGB value is (221,200,147). Sum of RGB (Red+Green+Blue) = 221+200+147=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC893 is #22376C. Grayscale: #C8C8C8. Windows color (decimal): -2242413 or 9685213. OLE color: 9685213.

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

Color convert

RGB 221 200 147 -
CMYK 0 0.10 0.33 0.13
HSL 42.97º 0.52% 0.72% -
HSV(B) 42.97º 0.33% 0.87% -
XYZ 55.74 58.79 36.01 -
YUV 200.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 221 200 147 0 0.10 0.33 0.13 42.97 0.52 0.72
Hex DD C8 93 0 A 21 D 2B 34 48
Octal 335 310 223 0 12 41 15 53 64 110
Binary 11011101 11001000 10010011 0 1010 100001 1101 101011 110100 1001000

Color Harmonies of #DDC893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC893

Black with #DDC893

Text Example


Text Example

White with #DDC893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC893; }

 p { color: rgb(221,200,147); }

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

background-color css

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

 a { background-color: rgb(221,200,147); }

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

border-color css

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

 span { border-color: rgb(221,200,147); }

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