Html Css Color HEX #DFCEA2 Double Colonial White

📋 copy color: '#DFCEA2'

red 223 ◦ green 206 ◦ blue 162

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

Shades of Double Colonial White #DFCEA2

Tints of Double Colonial White #DFCEA2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.86%

 BLUE value IS 162 (63.67% from 255) = 27.41%

R = 37.73%
G = 34.86%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DFCEA2 (or 0xDFCEA2) is known color: Double Colonial White. HEX triplet: DF, CE and A2. RGB value is (223,206,162). Sum of RGB (Red+Green+Blue) = 223+206+162=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCEA2 is #20315D. Grayscale: #CECECE. Windows color (decimal): -2109790 or 10669791. OLE color: 10669791.

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

Color convert

RGB 223 206 162 -
CMYK 0 0.08 0.27 0.13
HSL 43.28º 0.49% 0.75% -
HSV(B) 43.28º 0.27% 0.87% -
XYZ 59.02 62.44 43.12 -
YUV 206.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 223 206 162 0 0.08 0.27 0.13 43.28 0.49 0.75
Hex DF CE A2 0 8 1B D 2B 31 4B
Octal 337 316 242 0 10 33 15 53 61 113
Binary 11011111 11001110 10100010 0 1000 11011 1101 101011 110001 1001011

Color Harmonies of #DFCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEA2

Black with #DFCEA2

Text Example


Text Example

White with #DFCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEA2; }

 p { color: rgb(223,206,162); }

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

background-color css

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

 a { background-color: rgb(223,206,162); }

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

border-color css

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

 span { border-color: rgb(223,206,162); }

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