#D4D0BA

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

Shades of White Rock #D4D0BA

Tints of White Rock #D4D0BA

Color information

#D4D0BA (or 0xD4D0BA) is unknown color: approx White Rock. HEX triplet: D4, D0 and BA. RGB value is (212,208,186). Sum of RGB (Red+Green+Blue) = 212+208+186=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0BA is #2B2F45. Grayscale: #CECECE. Windows color (decimal): -2830150 or 12243156. OLE color: 12243156.

HSL color Cylindrical-coordinate representation of color #D4D0BA: hue angle of 50.77º 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 #D4D0BA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212208186-
CMYK00.020.120.17
HSL50.77º23.21%78.04%-
HSV(B)50.77º12.26%83.14%-
XYZ58.5762.6555.46-
YUV206.69116.33131.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=34.98%
G=34.32%
B=30.69%

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
Decimal21220818600.020.120.1750.7723.2178.04
HexD4D0BA02C1133174e
Octal3243202720214216327116
Binary110101001101000010111010010110010001110011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D0BA; }

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

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

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

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

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

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

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

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