Html Css Color HEX #D2C29F Double Spanish White

📋 copy color: '#D2C29F'

red 210 ◦ green 194 ◦ blue 159

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

Shades of Double Spanish White #D2C29F

Tints of Double Spanish White #D2C29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

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

R = 37.3%
G = 34.46%
B = 28.24%

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

#D2C29F (or 0xD2C29F) is known color: Double Spanish White. HEX triplet: D2, C2 and 9F. RGB value is (210,194,159). Sum of RGB (Red+Green+Blue) = 210+194+159=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C29F is #2D3D60. Grayscale: #C2C2C2. Windows color (decimal): -2964833 or 10470098. OLE color: 10470098.

HSL color Cylindrical-coordinate representation of color #D2C29F: hue angle of 41.18º 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 #D2C29F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 194 159 -
CMYK 0 0.08 0.24 0.18
HSL 41.18º 0.36% 0.72% -
HSV(B) 41.18º 0.24% 0.82% -
XYZ 52.13 54.79 40.63 -
YUV 194.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 210 194 159 0 0.08 0.24 0.18 41.18 0.36 0.72
Hex D2 C2 9F 0 8 18 12 29 24 48
Octal 322 302 237 0 10 30 22 51 44 110
Binary 11010010 11000010 10011111 0 1000 11000 10010 101001 100100 1001000

Color Harmonies of #D2C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C29F

Black with #D2C29F

Text Example


Text Example

White with #D2C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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