Html Css Color HEX #DFCF9D Double Colonial White

📋 copy color: '#DFCF9D'

red 223 ◦ green 207 ◦ blue 157

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

Shades of Double Colonial White #DFCF9D

Tints of Double Colonial White #DFCF9D

RGB

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

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

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

R = 37.99%
G = 35.26%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFCF9D (or 0xDFCF9D) is known color: Double Colonial White. HEX triplet: DF, CF and 9D. RGB value is (223,207,157). Sum of RGB (Red+Green+Blue) = 223+207+157=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9D is #203062. Grayscale: #CECECE. Windows color (decimal): -2109539 or 10342367. OLE color: 10342367.

HSL color Cylindrical-coordinate representation of color #DFCF9D: hue angle of 45.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCF9D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 157 -
CMYK 0 0.07 0.30 0.13
HSL 45.45º 0.51% 0.75% -
HSV(B) 45.45º 0.3% 0.87% -
XYZ 58.83 62.75 40.91 -
YUV 206.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 223 207 157 0 0.07 0.30 0.13 45.45 0.51 0.75
Hex DF CF 9D 0 7 1E D 2D 33 4B
Octal 337 317 235 0 7 36 15 55 63 113
Binary 11011111 11001111 10011101 0 111 11110 1101 101101 110011 1001011

Color Harmonies of #DFCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF9D

Black with #DFCF9D

Text Example


Text Example

White with #DFCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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