Html Css Color HEX #D7CDB9 Spanish White

📋 copy color: '#D7CDB9'

red 215 ◦ green 205 ◦ blue 185

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

Shades of Spanish White #D7CDB9

Tints of Spanish White #D7CDB9

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 value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7CDB9 (or 0xD7CDB9) is known color: 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

RGB 215 205 185 -
CMYK 0 0.05 0.14 0.16
HSL 40º 0.27% 0.78% -
HSV(B) 40º 0.14% 0.84% -
XYZ 58.61 61.61 54.7 -
YUV 205.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 215 205 185 0 0.05 0.14 0.16 40 0.27 0.78
Hex D7 CD B9 0 5 E 10 28 1B 4E
Octal 327 315 271 0 5 16 20 50 33 116
Binary 11010111 11001101 10111001 0 101 1110 10000 101000 11011 1001110

Color Harmonies of #D7CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDB9

Black with #D7CDB9

Text Example


Text Example

White with #D7CDB9

Text Example


Text Example

HTML Codes & Css Web 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>