Html Css Color HEX #DFCDA0 Double Colonial White

📋 copy color: '#DFCDA0'

red 223 ◦ green 205 ◦ blue 160

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

Shades of Double Colonial White #DFCDA0

Tints of Double Colonial White #DFCDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.21%

R = 37.93%
G = 34.86%
B = 27.21%

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

#DFCDA0 (or 0xDFCDA0) is known color: Double Colonial White. HEX triplet: DF, CD and A0. RGB value is (223,205,160). Sum of RGB (Red+Green+Blue) = 223+205+160=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA0 is #20325F. Grayscale: #CDCDCD. Windows color (decimal): -2110048 or 10538463. OLE color: 10538463.

HSL color Cylindrical-coordinate representation of color #DFCDA0: hue angle of 42.86º degrees, saturation: 0.5, 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 #DFCDA0 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 160 -
CMYK 0 0.08 0.28 0.13
HSL 42.86º 0.5% 0.75% -
HSV(B) 42.86º 0.28% 0.87% -
XYZ 58.61 61.89 42.11 -
YUV 205.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 223 205 160 0 0.08 0.28 0.13 42.86 0.5 0.75
Hex DF CD A0 0 8 1C D 2B 32 4B
Octal 337 315 240 0 10 34 15 53 62 113
Binary 11011111 11001101 10100000 0 1000 11100 1101 101011 110010 1001011

Color Harmonies of #DFCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDA0

Black with #DFCDA0

Text Example


Text Example

White with #DFCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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