#D4D0AF

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

Shades of White Rock #D4D0AF

Tints of White Rock #D4D0AF

Color information

#D4D0AF (or 0xD4D0AF) is unknown color: approx White Rock. HEX triplet: D4, D0 and AF. RGB value is (212,208,175). Sum of RGB (Red+Green+Blue) = 212+208+175=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D0AF is #2B2F50. Grayscale: #CDCDCD. Windows color (decimal): -2830161 or 11522260. OLE color: 11522260.

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

Color convert

RGB212208175-
CMYK00.020.170.17
HSL53.51º30.08%75.88%-
HSV(B)53.51º17.45%83.14%-
XYZ57.4562.249.54-
YUV205.43110.83132.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=35.63%
G=34.96%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220817500.020.170.1753.5130.0875.88
HexD4D0AF021111361e4c
Octal3243202570221216636114
Binary1101010011010000101011110101000110001110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D0AF; }

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

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

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

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

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

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

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

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