Html Css Color HEX #DDC691 Double Colonial White

📋 copy color: '#DDC691'

red 221 ◦ green 198 ◦ blue 145

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

Shades of Double Colonial White #DDC691

Tints of Double Colonial White #DDC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.11%

 BLUE value IS 145 (57.03% from 255) = 25.71%

R = 39.18%
G = 35.11%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC691 (or 0xDDC691) is known color: Double Colonial White. HEX triplet: DD, C6 and 91. RGB value is (221,198,145). Sum of RGB (Red+Green+Blue) = 221+198+145=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC691 is #22396E. Grayscale: #C7C7C7. Windows color (decimal): -2242927 or 9553629. OLE color: 9553629.

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

Color convert

RGB 221 198 145 -
CMYK 0 0.10 0.34 0.13
HSL 41.84º 0.53% 0.72% -
HSV(B) 41.84º 0.34% 0.87% -
XYZ 55.12 57.8 35.04 -
YUV 198.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 221 198 145 0 0.10 0.34 0.13 41.84 0.53 0.72
Hex DD C6 91 0 A 22 D 2A 35 48
Octal 335 306 221 0 12 42 15 52 65 110
Binary 11011101 11000110 10010001 0 1010 100010 1101 101010 110101 1001000

Color Harmonies of #DDC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC691

Black with #DDC691

Text Example


Text Example

White with #DDC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC691; }

 p { color: rgb(221,198,145); }

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

background-color css

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

 a { background-color: rgb(221,198,145); }

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

border-color css

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

 span { border-color: rgb(221,198,145); }

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