Html Css Color HEX #DFCFA0 Double Colonial White

📋 copy color: '#DFCFA0'

red 223 ◦ green 207 ◦ blue 160

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

Shades of Double Colonial White #DFCFA0

Tints of Double Colonial White #DFCFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.08%

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

R = 37.8%
G = 35.08%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFCFA0 (or 0xDFCFA0) is known color: Double Colonial White. HEX triplet: DF, CF and A0. RGB value is (223,207,160). Sum of RGB (Red+Green+Blue) = 223+207+160=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFA0 is #20305F. Grayscale: #CECECE. Windows color (decimal): -2109536 or 10538975. OLE color: 10538975.

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

Color convert

RGB 223 207 160 -
CMYK 0 0.07 0.28 0.13
HSL 44.76º 0.5% 0.75% -
HSV(B) 44.76º 0.28% 0.87% -
XYZ 59.09 62.85 42.27 -
YUV 206.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 223 207 160 0 0.07 0.28 0.13 44.76 0.5 0.75
Hex DF CF A0 0 7 1C D 2D 32 4B
Octal 337 317 240 0 7 34 15 55 62 113
Binary 11011111 11001111 10100000 0 111 11100 1101 101101 110010 1001011

Color Harmonies of #DFCFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFA0

Black with #DFCFA0

Text Example


Text Example

White with #DFCFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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