Html Css Color HEX #D7D1AE White Rock

📋 copy color: '#D7D1AE'

red 215 ◦ green 209 ◦ blue 174

#D7D1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Rock #D7D1AE

Tints of White Rock #D7D1AE

RGB

 RED value IS 215 (84.38% from 255) = 35.95%

 GREEN value IS 209 (82.03% from 255) = 34.95%

 BLUE value IS 174 (68.36% from 255) = 29.1%

R = 35.95%
G = 34.95%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7D1AE (or 0xD7D1AE) is known color: White Rock. HEX triplet: D7, D1 and AE. RGB value is (215,209,174). Sum of RGB (Red+Green+Blue) = 215+209+174=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D1AE is #282E51. Grayscale: #CECECE. Windows color (decimal): -2633298 or 11456983. OLE color: 11456983.

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

Color convert

RGB 215 209 174 -
CMYK 0 0.03 0.19 0.16
HSL 51.22º 0.34% 0.76% -
HSV(B) 51.22º 0.19% 0.84% -
XYZ 58.46 63.1 49.14 -
YUV 206.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 215 209 174 0 0.03 0.19 0.16 51.22 0.34 0.76
Hex D7 D1 AE 0 3 13 10 33 22 4C
Octal 327 321 256 0 3 23 20 63 42 114
Binary 11010111 11010001 10101110 0 11 10011 10000 110011 100010 1001100

Color Harmonies of #D7D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D1AE

Black with #D7D1AE

Text Example


Text Example

White with #D7D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D1AE; }

 p { color: rgb(215,209,174); }

 H1.HeaderClassName
 {
   color: #D7D1AE;
 }
 .AnyTagClassName
 {
   color: #D7D1AE;
 }
</style>

background-color css

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

 a { background-color: rgb(215,209,174); }

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

border-color css

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

 span { border-color: rgb(215,209,174); }

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