Html Css Color HEX #DFCDB9 Spanish White

📋 copy color: '#DFCDB9'

red 223 ◦ green 205 ◦ blue 185

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

Shades of Spanish White #DFCDB9

Tints of Spanish White #DFCDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 36.38%
G = 33.44%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFCDB9 (or 0xDFCDB9) is known color: Spanish White. HEX triplet: DF, CD and B9. RGB value is (223,205,185). Sum of RGB (Red+Green+Blue) = 223+205+185=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDB9 is #203246. Grayscale: #D0D0D0. Windows color (decimal): -2110023 or 12176863. OLE color: 12176863.

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

Color convert

RGB 223 205 185 -
CMYK 0 0.08 0.17 0.13
HSL 31.58º 0.37% 0.8% -
HSV(B) 31.58º 0.17% 0.87% -
XYZ 61.02 62.85 54.81 -
YUV 208.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 223 205 185 0 0.08 0.17 0.13 31.58 0.37 0.8
Hex DF CD B9 0 8 11 D 20 25 50
Octal 337 315 271 0 10 21 15 40 45 120
Binary 11011111 11001101 10111001 0 1000 10001 1101 100000 100101 1010000

Color Harmonies of #DFCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDB9

Black with #DFCDB9

Text Example


Text Example

White with #DFCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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