Html Css Color HEX #DFCD91 Double Colonial White

📋 copy color: '#DFCD91'

red 223 ◦ green 205 ◦ blue 145

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

Shades of Double Colonial White #DFCD91

Tints of Double Colonial White #DFCD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.31%

R = 38.92%
G = 35.78%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFCD91 (or 0xDFCD91) is known color: Double Colonial White. HEX triplet: DF, CD and 91. RGB value is (223,205,145). Sum of RGB (Red+Green+Blue) = 223+205+145=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD91 is #20326E. Grayscale: #CBCBCB. Windows color (decimal): -2110063 or 9555423. OLE color: 9555423.

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

Color convert

RGB 223 205 145 -
CMYK 0 0.08 0.35 0.13
HSL 46.15º 0.55% 0.72% -
HSV(B) 46.15º 0.35% 0.87% -
XYZ 57.37 61.39 35.61 -
YUV 203.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 223 205 145 0 0.08 0.35 0.13 46.15 0.55 0.72
Hex DF CD 91 0 8 23 D 2E 37 48
Octal 337 315 221 0 10 43 15 56 67 110
Binary 11011111 11001101 10010001 0 1000 100011 1101 101110 110111 1001000

Color Harmonies of #DFCD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD91

Black with #DFCD91

Text Example


Text Example

White with #DFCD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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