Html Css Color HEX #DDCB9D Double Colonial White

📋 copy color: '#DDCB9D'

red 221 ◦ green 203 ◦ blue 157

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

Shades of Double Colonial White #DDCB9D

Tints of Double Colonial White #DDCB9D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

 BLUE value IS 157 (61.72% from 255) = 27.02%

R = 38.04%
G = 34.94%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDCB9D (or 0xDDCB9D) is known color: Double Colonial White. HEX triplet: DD, CB and 9D. RGB value is (221,203,157). Sum of RGB (Red+Green+Blue) = 221+203+157=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB9D is #223462. Grayscale: #CBCBCB. Windows color (decimal): -2241635 or 10341341. OLE color: 10341341.

HSL color Cylindrical-coordinate representation of color #DDCB9D: hue angle of 43.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDCB9D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 157 -
CMYK 0 0.08 0.29 0.13
HSL 43.13º 0.48% 0.74% -
HSV(B) 43.13º 0.29% 0.87% -
XYZ 57.26 60.52 40.56 -
YUV 203.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 221 203 157 0 0.08 0.29 0.13 43.13 0.48 0.74
Hex DD CB 9D 0 8 1D D 2B 30 4A
Octal 335 313 235 0 10 35 15 53 60 112
Binary 11011101 11001011 10011101 0 1000 11101 1101 101011 110000 1001010

Color Harmonies of #DDCB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB9D

Black with #DDCB9D

Text Example


Text Example

White with #DDCB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB9D; }

 p { color: rgb(221,203,157); }

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

background-color css

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

 a { background-color: rgb(221,203,157); }

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

border-color css

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

 span { border-color: rgb(221,203,157); }

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