Html Css Color HEX #D7D2AD White Rock

📋 copy color: '#D7D2AD'

red 215 ◦ green 210 ◦ blue 173

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

Shades of White Rock #D7D2AD

Tints of White Rock #D7D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

 BLUE value IS 173 (67.97% from 255) = 28.93%

R = 35.95%
G = 35.12%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D7D2AD (or 0xD7D2AD) is known color: White Rock. HEX triplet: D7, D2 and AD. RGB value is (215,210,173). Sum of RGB (Red+Green+Blue) = 215+210+173=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D2AD is #282D52. Grayscale: #CFCFCF. Windows color (decimal): -2633043 or 11391703. OLE color: 11391703.

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

Color convert

RGB 215 210 173 -
CMYK 0 0.02 0.20 0.16
HSL 52.86º 0.34% 0.76% -
HSV(B) 52.86º 0.2% 0.84% -
XYZ 58.61 63.56 48.71 -
YUV 207.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 215 210 173 0 0.02 0.20 0.16 52.86 0.34 0.76
Hex D7 D2 AD 0 2 14 10 35 22 4C
Octal 327 322 255 0 2 24 20 65 42 114
Binary 11010111 11010010 10101101 0 10 10100 10000 110101 100010 1001100

Color Harmonies of #D7D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D2AD

Black with #D7D2AD

Text Example


Text Example

White with #D7D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D2AD; }

 p { color: rgb(215,210,173); }

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

background-color css

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

 a { background-color: rgb(215,210,173); }

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

border-color css

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

 span { border-color: rgb(215,210,173); }

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