#D8D3AF

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

Shades of White Rock #D8D3AF

Tints of White Rock #D8D3AF

Color information

#D8D3AF (or 0xD8D3AF) is unknown color: approx White Rock. HEX triplet: D8, D3 and AF. RGB value is (216,211,175). Sum of RGB (Red+Green+Blue) = 216+211+175=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D3AF is #272C50. Grayscale: #D0D0D0. Windows color (decimal): -2567249 or 11523032. OLE color: 11523032.

HSL color Cylindrical-coordinate representation of color #D8D3AF: hue angle of 52.68º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8D3AF is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216211175-
CMYK00.020.190.15
HSL52.68º34.45%76.67%-
HSV(B)52.68º18.98%84.71%-
XYZ59.3564.2849.84-
YUV208.39109.16133.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=35.88%
G=35.05%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621117500.020.190.1552.6834.4576.67
HexD8D3AF0213F35224d
Octal3303232570223176542115
Binary1101100011010011101011110101001111111101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3AF; }

 p { color: rgb(216,211,175); }

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

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

 a { background-color: rgb(216,211,175); }

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

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

 span { border-color: rgb(216,211,175); }

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