Html Css Color HEX #D6D1AB White Rock

📋 copy color: '#D6D1AB'

red 214 ◦ green 209 ◦ blue 171

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

Shades of White Rock #D6D1AB

Tints of White Rock #D6D1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 36.03%
G = 35.19%
B = 28.79%

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

#D6D1AB (or 0xD6D1AB) is known color: White Rock. HEX triplet: D6, D1 and AB. RGB value is (214,209,171). Sum of RGB (Red+Green+Blue) = 214+209+171=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D1AB is #292E54. Grayscale: #CECECE. Windows color (decimal): -2698837 or 11260374. OLE color: 11260374.

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

Color convert

RGB 214 209 171 -
CMYK 0 0.02 0.20 0.16
HSL 53.02º 0.34% 0.75% -
HSV(B) 53.02º 0.2% 0.84% -
XYZ 57.88 62.84 47.61 -
YUV 206.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 214 209 171 0 0.02 0.20 0.16 53.02 0.34 0.75
Hex D6 D1 AB 0 2 14 10 35 22 4B
Octal 326 321 253 0 2 24 20 65 42 113
Binary 11010110 11010001 10101011 0 10 10100 10000 110101 100010 1001011

Color Harmonies of #D6D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1AB

Black with #D6D1AB

Text Example


Text Example

White with #D6D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1AB; }

 p { color: rgb(214,209,171); }

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

background-color css

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

 a { background-color: rgb(214,209,171); }

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

border-color css

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

 span { border-color: rgb(214,209,171); }

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