#D8CCB7

Color #D8CCB7 Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #D8CCB7

Tints of Spanish White #D8CCB7

Color information

#D8CCB7 (or 0xD8CCB7) is unknown color: approx Spanish White. HEX triplet: D8, CC and B7. RGB value is (216,204,183). Sum of RGB (Red+Green+Blue) = 216+204+183=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCB7 is #273348. Grayscale: #CDCDCD. Windows color (decimal): -2569033 or 12045528. OLE color: 12045528.

HSL color Cylindrical-coordinate representation of color #D8CCB7: hue angle of 38.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8CCB7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB216204183-
CMYK00.060.150.15
HSL38.18º29.73%78.24%-
HSV(B)38.18º15.28%84.71%-
XYZ58.4661.253.53-
YUV205.19115.48135.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 183 (71.88% from 255) = 30.35%
R=35.82%
G=33.83%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620418300.060.150.1538.1829.7378.24
HexD8CCB706FF261e4e
Octal3303142670617174636116
Binary110110001100110010110111011011111111100110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCB7; }

 p { color: rgb(216,204,183); }

 H1.HeaderClassName
 {
   color: #D8CCB7;
 }
 .AnyTagClassName
 {
   color: #D8CCB7;
 }
</style>
background-color css

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

 a { background-color: rgb(216,204,183); }

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

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

 span { border-color: rgb(216,204,183); }

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