Html Css Color HEX #D6C2A0 Double Spanish White

📋 copy color: '#D6C2A0'

red 214 ◦ green 194 ◦ blue 160

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

Shades of Double Spanish White #D6C2A0

Tints of Double Spanish White #D6C2A0

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

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

 BLUE value IS 160 (62.89% from 255) = 28.17%

R = 37.68%
G = 34.15%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6C2A0 (or 0xD6C2A0) is known color: Double Spanish White. HEX triplet: D6, C2 and A0. RGB value is (214,194,160). Sum of RGB (Red+Green+Blue) = 214+194+160=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C2A0 is #293D5F. Grayscale: #C4C4C4. Windows color (decimal): -2702688 or 10535638. OLE color: 10535638.

HSL color Cylindrical-coordinate representation of color #D6C2A0: hue angle of 37.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6C2A0 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 160 -
CMYK 0 0.09 0.25 0.16
HSL 37.78º 0.4% 0.73% -
HSV(B) 37.78º 0.25% 0.84% -
XYZ 53.37 55.42 41.14 -
YUV 196.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 214 194 160 0 0.09 0.25 0.16 37.78 0.4 0.73
Hex D6 C2 A0 0 9 19 10 26 28 49
Octal 326 302 240 0 11 31 20 46 50 111
Binary 11010110 11000010 10100000 0 1001 11001 10000 100110 101000 1001001

Color Harmonies of #D6C2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C2A0

Black with #D6C2A0

Text Example


Text Example

White with #D6C2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C2A0; }

 p { color: rgb(214,194,160); }

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

background-color css

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

 a { background-color: rgb(214,194,160); }

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

border-color css

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

 span { border-color: rgb(214,194,160); }

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