Html Css Color HEX #D0C49D Double Spanish White

📋 copy color: '#D0C49D'

red 208 ◦ green 196 ◦ blue 157

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

Shades of Double Spanish White #D0C49D

Tints of Double Spanish White #D0C49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.99%

R = 37.08%
G = 34.94%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0C49D (or 0xD0C49D) is known color: Double Spanish White. HEX triplet: D0, C4 and 9D. RGB value is (208,196,157). Sum of RGB (Red+Green+Blue) = 208+196+157=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C49D is #2F3B62. Grayscale: #C3C3C3. Windows color (decimal): -3095395 or 10339536. OLE color: 10339536.

HSL color Cylindrical-coordinate representation of color #D0C49D: hue angle of 45.88º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0C49D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 157 -
CMYK 0 0.06 0.25 0.18
HSL 45.88º 0.35% 0.72% -
HSV(B) 45.88º 0.25% 0.82% -
XYZ 51.84 55.32 39.84 -
YUV 195.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 208 196 157 0 0.06 0.25 0.18 45.88 0.35 0.72
Hex D0 C4 9D 0 6 19 12 2E 23 48
Octal 320 304 235 0 6 31 22 56 43 110
Binary 11010000 11000100 10011101 0 110 11001 10010 101110 100011 1001000

Color Harmonies of #D0C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C49D

Black with #D0C49D

Text Example


Text Example

White with #D0C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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