Html Css Color HEX #D5D1AE White Rock

📋 copy color: '#D5D1AE'

red 213 ◦ green 209 ◦ blue 174

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

Shades of White Rock #D5D1AE

Tints of White Rock #D5D1AE

RGB

 RED value IS 213 (83.59% from 255) = 35.74%

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

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

R = 35.74%
G = 35.07%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5D1AE (or 0xD5D1AE) is known color: White Rock. HEX triplet: D5, D1 and AE. RGB value is (213,209,174). Sum of RGB (Red+Green+Blue) = 213+209+174=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D1AE is #2A2E51. Grayscale: #CECECE. Windows color (decimal): -2764370 or 11456981. OLE color: 11456981.

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

Color convert

RGB 213 209 174 -
CMYK 0 0.02 0.18 0.16
HSL 53.85º 0.32% 0.76% -
HSV(B) 53.85º 0.18% 0.84% -
XYZ 57.88 62.8 49.12 -
YUV 206.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 213 209 174 0 0.02 0.18 0.16 53.85 0.32 0.76
Hex D5 D1 AE 0 2 12 10 36 20 4C
Octal 325 321 256 0 2 22 20 66 40 114
Binary 11010101 11010001 10101110 0 10 10010 10000 110110 100000 1001100

Color Harmonies of #D5D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1AE

Black with #D5D1AE

Text Example


Text Example

White with #D5D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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