#D4D0BB

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

Shades of White Rock #D4D0BB

Tints of White Rock #D4D0BB

Color information

#D4D0BB (or 0xD4D0BB) is unknown color: approx White Rock. HEX triplet: D4, D0 and BB. RGB value is (212,208,187). Sum of RGB (Red+Green+Blue) = 212+208+187=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0BB is #2B2F44. Grayscale: #CECECE. Windows color (decimal): -2830149 or 12308692. OLE color: 12308692.

HSL color Cylindrical-coordinate representation of color #D4D0BB: hue angle of 50.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D0BB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212208187-
CMYK00.020.120.17
HSL50.4º22.52%78.24%-
HSV(B)50.4º11.79%83.14%-
XYZ58.6862.756.02-
YUV206.8116.83131.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=34.93%
G=34.27%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220818700.020.120.1750.422.5278.24
HexD4D0BB02C1132174e
Octal3243202730214216227116
Binary110101001101000010111011010110010001110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D0BB; }

 p { color: rgb(212,208,187); }

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

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

 a { background-color: rgb(212,208,187); }

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

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

 span { border-color: rgb(212,208,187); }

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