Html Css Color HEX #D6D2AD White Rock

📋 copy color: '#D6D2AD'

red 214 ◦ green 210 ◦ blue 173

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

Shades of White Rock #D6D2AD

Tints of White Rock #D6D2AD

RGB

 RED value IS 214 (83.98% from 255) = 35.85%

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

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

R = 35.85%
G = 35.18%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6D2AD (or 0xD6D2AD) is known color: White Rock. HEX triplet: D6, D2 and AD. RGB value is (214,210,173). Sum of RGB (Red+Green+Blue) = 214+210+173=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D2AD is #292D52. Grayscale: #CFCFCF. Windows color (decimal): -2698579 or 11391702. OLE color: 11391702.

HSL color Cylindrical-coordinate representation of color #D6D2AD: hue angle of 54.15º degrees, saturation: 0.33, 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 #D6D2AD is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 210 173 -
CMYK 0 0.02 0.19 0.16
HSL 54.15º 0.33% 0.76% -
HSV(B) 54.15º 0.19% 0.84% -
XYZ 58.32 63.41 48.7 -
YUV 206.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 214 210 173 0 0.02 0.19 0.16 54.15 0.33 0.76
Hex D6 D2 AD 0 2 13 10 36 21 4C
Octal 326 322 255 0 2 23 20 66 41 114
Binary 11010110 11010010 10101101 0 10 10011 10000 110110 100001 1001100

Color Harmonies of #D6D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D2AD

Black with #D6D2AD

Text Example


Text Example

White with #D6D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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