Html Css Color HEX #DDC897 Double Colonial White

📋 copy color: '#DDC897'

red 221 ◦ green 200 ◦ blue 151

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

Shades of Double Colonial White #DDC897

Tints of Double Colonial White #DDC897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.4%

R = 38.64%
G = 34.97%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC897 (or 0xDDC897) is known color: Double Colonial White. HEX triplet: DD, C8 and 97. RGB value is (221,200,151). Sum of RGB (Red+Green+Blue) = 221+200+151=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC897 is #223768. Grayscale: #C8C8C8. Windows color (decimal): -2242409 or 9947357. OLE color: 9947357.

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

Color convert

RGB 221 200 151 -
CMYK 0 0.10 0.32 0.13
HSL 42º 0.51% 0.73% -
HSV(B) 42º 0.32% 0.87% -
XYZ 56.06 58.92 37.7 -
YUV 200.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 221 200 151 0 0.10 0.32 0.13 42 0.51 0.73
Hex DD C8 97 0 A 20 D 2A 33 49
Octal 335 310 227 0 12 40 15 52 63 111
Binary 11011101 11001000 10010111 0 1010 100000 1101 101010 110011 1001001

Color Harmonies of #DDC897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC897

Black with #DDC897

Text Example


Text Example

White with #DDC897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC897; }

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

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

background-color css

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

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

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

border-color css

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

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

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