Html Css Color HEX #D8C8A9 Double Spanish White

📋 copy color: '#D8C8A9'

red 216 ◦ green 200 ◦ blue 169

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

Shades of Double Spanish White #D8C8A9

Tints of Double Spanish White #D8C8A9

RGB

 RED value IS 216 (84.77% from 255) = 36.92%

 GREEN value IS 200 (78.52% from 255) = 34.19%

 BLUE value IS 169 (66.41% from 255) = 28.89%

R = 36.92%
G = 34.19%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D8C8A9 (or 0xD8C8A9) is known color: Double Spanish White. HEX triplet: D8, C8 and A9. RGB value is (216,200,169). Sum of RGB (Red+Green+Blue) = 216+200+169=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C8A9 is #273756. Grayscale: #C9C9C9. Windows color (decimal): -2570071 or 11127000. OLE color: 11127000.

HSL color Cylindrical-coordinate representation of color #D8C8A9: hue angle of 39.57º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C8A9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 169 -
CMYK 0 0.07 0.22 0.15
HSL 39.57º 0.38% 0.75% -
HSV(B) 39.57º 0.22% 0.85% -
XYZ 56.13 58.77 45.92 -
YUV 201.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 216 200 169 0 0.07 0.22 0.15 39.57 0.38 0.75
Hex D8 C8 A9 0 7 16 F 28 26 4B
Octal 330 310 251 0 7 26 17 50 46 113
Binary 11011000 11001000 10101001 0 111 10110 1111 101000 100110 1001011

Color Harmonies of #D8C8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8A9

Black with #D8C8A9

Text Example


Text Example

White with #D8C8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8A9; }

 p { color: rgb(216,200,169); }

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

background-color css

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

 a { background-color: rgb(216,200,169); }

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

border-color css

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

 span { border-color: rgb(216,200,169); }

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