Html Css Color HEX #DDC894 Double Colonial White

📋 copy color: '#DDC894'

red 221 ◦ green 200 ◦ blue 148

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

Shades of Double Colonial White #DDC894

Tints of Double Colonial White #DDC894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.01%

R = 38.84%
G = 35.15%
B = 26.01%

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

#DDC894 (or 0xDDC894) is known color: Double Colonial White. HEX triplet: DD, C8 and 94. RGB value is (221,200,148). Sum of RGB (Red+Green+Blue) = 221+200+148=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC894 is #22376B. Grayscale: #C8C8C8. Windows color (decimal): -2242412 or 9750749. OLE color: 9750749.

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

Color convert

RGB 221 200 148 -
CMYK 0 0.10 0.33 0.13
HSL 42.74º 0.52% 0.72% -
HSV(B) 42.74º 0.33% 0.87% -
XYZ 55.82 58.82 36.43 -
YUV 200.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 221 200 148 0 0.10 0.33 0.13 42.74 0.52 0.72
Hex DD C8 94 0 A 21 D 2B 34 48
Octal 335 310 224 0 12 41 15 53 64 110
Binary 11011101 11001000 10010100 0 1010 100001 1101 101011 110100 1001000

Color Harmonies of #DDC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC894

Black with #DDC894

Text Example


Text Example

White with #DDC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC894; }

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

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

background-color css

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

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

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

border-color css

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

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

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