Html Css Color HEX #D2C19F Double Spanish White

📋 copy color: '#D2C19F'

red 210 ◦ green 193 ◦ blue 159

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

Shades of Double Spanish White #D2C19F

Tints of Double Spanish White #D2C19F

RGB

 RED value IS 210 (82.42% from 255) = 37.37%

 GREEN value IS 193 (75.78% from 255) = 34.34%

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 37.37%
G = 34.34%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2C19F (or 0xD2C19F) is known color: Double Spanish White. HEX triplet: D2, C1 and 9F. RGB value is (210,193,159). Sum of RGB (Red+Green+Blue) = 210+193+159=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C19F is #2D3E60. Grayscale: #C2C2C2. Windows color (decimal): -2965089 or 10469842. OLE color: 10469842.

HSL color Cylindrical-coordinate representation of color #D2C19F: hue angle of 40º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2C19F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 193 159 -
CMYK 0 0.08 0.24 0.18
HSL 40º 0.36% 0.72% -
HSV(B) 40º 0.24% 0.82% -
XYZ 51.91 54.34 40.55 -
YUV 194.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 210 193 159 0 0.08 0.24 0.18 40 0.36 0.72
Hex D2 C1 9F 0 8 18 12 28 24 48
Octal 322 301 237 0 10 30 22 50 44 110
Binary 11010010 11000001 10011111 0 1000 11000 10010 101000 100100 1001000

Color Harmonies of #D2C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C19F

Black with #D2C19F

Text Example


Text Example

White with #D2C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C19F; }

 p { color: rgb(210,193,159); }

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

background-color css

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

 a { background-color: rgb(210,193,159); }

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

border-color css

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

 span { border-color: rgb(210,193,159); }

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