Html Css Color HEX #D0C6A0 Double Spanish White

📋 copy color: '#D0C6A0'

red 208 ◦ green 198 ◦ blue 160

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

Shades of Double Spanish White #D0C6A0

Tints of Double Spanish White #D0C6A0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.98%

 BLUE value IS 160 (62.89% from 255) = 28.27%

R = 36.75%
G = 34.98%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D0C6A0 (or 0xD0C6A0) is known color: Double Spanish White. HEX triplet: D0, C6 and A0. RGB value is (208,198,160). Sum of RGB (Red+Green+Blue) = 208+198+160=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C6A0 is #2F395F. Grayscale: #C4C4C4. Windows color (decimal): -3094880 or 10536656. OLE color: 10536656.

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

Color convert

RGB 208 198 160 -
CMYK 0 0.05 0.23 0.18
HSL 47.5º 0.34% 0.72% -
HSV(B) 47.5º 0.23% 0.82% -
XYZ 52.55 56.34 41.36 -
YUV 196.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 208 198 160 0 0.05 0.23 0.18 47.5 0.34 0.72
Hex D0 C6 A0 0 5 17 12 30 22 48
Octal 320 306 240 0 5 27 22 60 42 110
Binary 11010000 11000110 10100000 0 101 10111 10010 110000 100010 1001000

Color Harmonies of #D0C6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C6A0

Black with #D0C6A0

Text Example


Text Example

White with #D0C6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C6A0; }

 p { color: rgb(208,198,160); }

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

background-color css

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

 a { background-color: rgb(208,198,160); }

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

border-color css

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

 span { border-color: rgb(208,198,160); }

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