Html Css Color HEX #D0C59E Double Spanish White

📋 copy color: '#D0C59E'

red 208 ◦ green 197 ◦ blue 158

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

Shades of Double Spanish White #D0C59E

Tints of Double Spanish White #D0C59E

RGB

 RED value IS 208 (81.64% from 255) = 36.94%

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

 BLUE value IS 158 (62.11% from 255) = 28.06%

R = 36.94%
G = 34.99%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0C59E (or 0xD0C59E) is known color: Double Spanish White. HEX triplet: D0, C5 and 9E. RGB value is (208,197,158). Sum of RGB (Red+Green+Blue) = 208+197+158=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C59E is #2F3A61. Grayscale: #C4C4C4. Windows color (decimal): -3095138 or 10405328. OLE color: 10405328.

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

Color convert

RGB 208 197 158 -
CMYK 0 0.05 0.24 0.18
HSL 46.8º 0.35% 0.72% -
HSV(B) 46.8º 0.24% 0.82% -
XYZ 52.15 55.81 40.37 -
YUV 195.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 208 197 158 0 0.05 0.24 0.18 46.8 0.35 0.72
Hex D0 C5 9E 0 5 18 12 2F 23 48
Octal 320 305 236 0 5 30 22 57 43 110
Binary 11010000 11000101 10011110 0 101 11000 10010 101111 100011 1001000

Color Harmonies of #D0C59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C59E

Black with #D0C59E

Text Example


Text Example

White with #D0C59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C59E; }

 p { color: rgb(208,197,158); }

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

background-color css

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

 a { background-color: rgb(208,197,158); }

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

border-color css

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

 span { border-color: rgb(208,197,158); }

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