#D7CDB9

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

Shades of Spanish White #D7CDB9

Tints of Spanish White #D7CDB9

Color information

#D7CDB9 (or 0xD7CDB9) is unknown color: approx Spanish White. HEX triplet: D7, CD and B9. RGB value is (215,205,185). Sum of RGB (Red+Green+Blue) = 215+205+185=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDB9 is #283246. Grayscale: #CDCDCD. Windows color (decimal): -2634311 or 12176855. OLE color: 12176855.

HSL color Cylindrical-coordinate representation of color #D7CDB9: hue angle of 40º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7CDB9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215205185-
CMYK00.050.140.16
HSL40º27.27%78.43%-
HSV(B)40º13.95%84.31%-
XYZ58.6161.6154.7-
YUV205.71116.31134.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=35.54%
G=33.88%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520518500.050.140.164027.2778.43
HexD7CDB905E10281b4e
Octal3273152710516205033116
Binary1101011111001101101110010101111010000101000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDB9; }

 p { color: rgb(215,205,185); }

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

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

 a { background-color: rgb(215,205,185); }

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

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

 span { border-color: rgb(215,205,185); }

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