Html Css Color HEX #D0C49F Double Spanish White

📋 copy color: '#D0C49F'

red 208 ◦ green 196 ◦ blue 159

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

Shades of Double Spanish White #D0C49F

Tints of Double Spanish White #D0C49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

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

R = 36.94%
G = 34.81%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0C49F (or 0xD0C49F) is known color: Double Spanish White. HEX triplet: D0, C4 and 9F. RGB value is (208,196,159). Sum of RGB (Red+Green+Blue) = 208+196+159=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C49F is #2F3B60. Grayscale: #C3C3C3. Windows color (decimal): -3095393 or 10470608. OLE color: 10470608.

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

Color convert

RGB 208 196 159 -
CMYK 0 0.06 0.24 0.18
HSL 45.31º 0.34% 0.72% -
HSV(B) 45.31º 0.24% 0.82% -
XYZ 52.01 55.39 40.75 -
YUV 195.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 208 196 159 0 0.06 0.24 0.18 45.31 0.34 0.72
Hex D0 C4 9F 0 6 18 12 2D 22 48
Octal 320 304 237 0 6 30 22 55 42 110
Binary 11010000 11000100 10011111 0 110 11000 10010 101101 100010 1001000

Color Harmonies of #D0C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C49F

Black with #D0C49F

Text Example


Text Example

White with #D0C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C49F; }

 p { color: rgb(208,196,159); }

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

background-color css

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

 a { background-color: rgb(208,196,159); }

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

border-color css

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

 span { border-color: rgb(208,196,159); }

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