#D6D0AF

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

Shades of White Rock #D6D0AF

Tints of White Rock #D6D0AF

Color information

#D6D0AF (or 0xD6D0AF) is unknown color: approx White Rock. HEX triplet: D6, D0 and AF. RGB value is (214,208,175). Sum of RGB (Red+Green+Blue) = 214+208+175=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AF is #292F50. Grayscale: #CECECE. Windows color (decimal): -2699089 or 11522262. OLE color: 11522262.

HSL color Cylindrical-coordinate representation of color #D6D0AF: hue angle of 50.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6D0AF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214208175-
CMYK00.030.180.16
HSL50.77º32.23%76.27%-
HSV(B)50.77º18.22%83.92%-
XYZ58.0362.549.56-
YUV206.03110.49133.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=35.85%
G=34.84%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420817500.030.180.1650.7732.2376.27
HexD6D0AF03121033204c
Octal3263202570322206340114
Binary11010110110100001010111101110010100001100111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0AF; }

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

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

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

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

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

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

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

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