Html Css Color HEX #DDC794 Double Colonial White

📋 copy color: '#DDC794'

red 221 ◦ green 199 ◦ blue 148

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

Shades of Double Colonial White #DDC794

Tints of Double Colonial White #DDC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.04%

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

R = 38.91%
G = 35.04%
B = 26.06%

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

#DDC794 (or 0xDDC794) is known color: Double Colonial White. HEX triplet: DD, C7 and 94. RGB value is (221,199,148). Sum of RGB (Red+Green+Blue) = 221+199+148=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC794 is #22386B. Grayscale: #C7C7C7. Windows color (decimal): -2242668 or 9750493. OLE color: 9750493.

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

Color convert

RGB 221 199 148 -
CMYK 0 0.10 0.33 0.13
HSL 41.92º 0.52% 0.72% -
HSV(B) 41.92º 0.33% 0.87% -
XYZ 55.59 58.36 36.35 -
YUV 199.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 221 199 148 0 0.10 0.33 0.13 41.92 0.52 0.72
Hex DD C7 94 0 A 21 D 2A 34 48
Octal 335 307 224 0 12 41 15 52 64 110
Binary 11011101 11000111 10010100 0 1010 100001 1101 101010 110100 1001000

Color Harmonies of #DDC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC794

Black with #DDC794

Text Example


Text Example

White with #DDC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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