Html Css Color HEX #DFCDA1 Double Colonial White

📋 copy color: '#DFCDA1'

red 223 ◦ green 205 ◦ blue 161

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

Shades of Double Colonial White #DFCDA1

Tints of Double Colonial White #DFCDA1

RGB

 RED value IS 223 (87.5% from 255) = 37.86%

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 161 (63.28% from 255) = 27.33%

R = 37.86%
G = 34.8%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFCDA1 (or 0xDFCDA1) is known color: Double Colonial White. HEX triplet: DF, CD and A1. RGB value is (223,205,161). Sum of RGB (Red+Green+Blue) = 223+205+161=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA1 is #20325E. Grayscale: #CDCDCD. Windows color (decimal): -2110047 or 10603999. OLE color: 10603999.

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

Color convert

RGB 223 205 161 -
CMYK 0 0.08 0.28 0.13
HSL 42.58º 0.49% 0.75% -
HSV(B) 42.58º 0.28% 0.87% -
XYZ 58.7 61.92 42.58 -
YUV 205.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 223 205 161 0 0.08 0.28 0.13 42.58 0.49 0.75
Hex DF CD A1 0 8 1C D 2B 31 4B
Octal 337 315 241 0 10 34 15 53 61 113
Binary 11011111 11001101 10100001 0 1000 11100 1101 101011 110001 1001011

Color Harmonies of #DFCDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDA1

Black with #DFCDA1

Text Example


Text Example

White with #DFCDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDA1; }

 p { color: rgb(223,205,161); }

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

background-color css

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

 a { background-color: rgb(223,205,161); }

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

border-color css

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

 span { border-color: rgb(223,205,161); }

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