Html Css Color HEX #DDC994 Double Colonial White

📋 copy color: '#DDC994'

red 221 ◦ green 201 ◦ blue 148

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

Shades of Double Colonial White #DDC994

Tints of Double Colonial White #DDC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.26%

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

R = 38.77%
G = 35.26%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC994 (or 0xDDC994) is known color: Double Colonial White. HEX triplet: DD, C9 and 94. RGB value is (221,201,148). Sum of RGB (Red+Green+Blue) = 221+201+148=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC994 is #22366B. Grayscale: #C9C9C9. Windows color (decimal): -2242156 or 9751005. OLE color: 9751005.

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

Color convert

RGB 221 201 148 -
CMYK 0 0.09 0.33 0.13
HSL 43.56º 0.52% 0.72% -
HSV(B) 43.56º 0.33% 0.87% -
XYZ 56.05 59.28 36.51 -
YUV 200.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 221 201 148 0 0.09 0.33 0.13 43.56 0.52 0.72
Hex DD C9 94 0 9 21 D 2C 34 48
Octal 335 311 224 0 11 41 15 54 64 110
Binary 11011101 11001001 10010100 0 1001 100001 1101 101100 110100 1001000

Color Harmonies of #DDC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC994

Black with #DDC994

Text Example


Text Example

White with #DDC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC994; }

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

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

background-color css

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

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

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

border-color css

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

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

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