Html Css Color HEX #D5C09F Double Spanish White

📋 copy color: '#D5C09F'

red 213 ◦ green 192 ◦ blue 159

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

Shades of Double Spanish White #D5C09F

Tints of Double Spanish White #D5C09F

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

 GREEN value IS 192 (75.39% from 255) = 34.04%

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

R = 37.77%
G = 34.04%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5C09F (or 0xD5C09F) is known color: Double Spanish White. HEX triplet: D5, C0 and 9F. RGB value is (213,192,159). Sum of RGB (Red+Green+Blue) = 213+192+159=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C09F is #2A3F60. Grayscale: #C2C2C2. Windows color (decimal): -2768737 or 10469589. OLE color: 10469589.

HSL color Cylindrical-coordinate representation of color #D5C09F: hue angle of 36.67º degrees, saturation: 0.39, 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 #D5C09F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 159 -
CMYK 0 0.10 0.25 0.16
HSL 36.67º 0.39% 0.73% -
HSV(B) 36.67º 0.25% 0.84% -
XYZ 52.55 54.35 40.52 -
YUV 194.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 213 192 159 0 0.10 0.25 0.16 36.67 0.39 0.73
Hex D5 C0 9F 0 A 19 10 25 27 49
Octal 325 300 237 0 12 31 20 45 47 111
Binary 11010101 11000000 10011111 0 1010 11001 10000 100101 100111 1001001

Color Harmonies of #D5C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C09F

Black with #D5C09F

Text Example


Text Example

White with #D5C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C09F; }

 p { color: rgb(213,192,159); }

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

background-color css

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

 a { background-color: rgb(213,192,159); }

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

border-color css

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

 span { border-color: rgb(213,192,159); }

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