Html Css Color HEX #D6C59F Double Spanish White

📋 copy color: '#D6C59F'

red 214 ◦ green 197 ◦ blue 159

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

Shades of Double Spanish White #D6C59F

Tints of Double Spanish White #D6C59F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.56%

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

R = 37.54%
G = 34.56%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6C59F (or 0xD6C59F) is known color: Double Spanish White. HEX triplet: D6, C5 and 9F. RGB value is (214,197,159). Sum of RGB (Red+Green+Blue) = 214+197+159=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C59F is #293A60. Grayscale: #C5C5C5. Windows color (decimal): -2701921 or 10470870. OLE color: 10470870.

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

Color convert

RGB 214 197 159 -
CMYK 0 0.08 0.26 0.16
HSL 41.45º 0.4% 0.73% -
HSV(B) 41.45º 0.26% 0.84% -
XYZ 53.96 56.73 40.91 -
YUV 197.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 214 197 159 0 0.08 0.26 0.16 41.45 0.4 0.73
Hex D6 C5 9F 0 8 1A 10 29 28 49
Octal 326 305 237 0 10 32 20 51 50 111
Binary 11010110 11000101 10011111 0 1000 11010 10000 101001 101000 1001001

Color Harmonies of #D6C59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C59F

Black with #D6C59F

Text Example


Text Example

White with #D6C59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C59F; }

 p { color: rgb(214,197,159); }

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

background-color css

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

 a { background-color: rgb(214,197,159); }

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

border-color css

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

 span { border-color: rgb(214,197,159); }

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