Html Css Color HEX #D5D1BA White Rock

📋 copy color: '#D5D1BA'

red 213 ◦ green 209 ◦ blue 186

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

Shades of White Rock #D5D1BA

Tints of White Rock #D5D1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 35.03%
G = 34.38%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5D1BA (or 0xD5D1BA) is known color: White Rock. HEX triplet: D5, D1 and BA. RGB value is (213,209,186). Sum of RGB (Red+Green+Blue) = 213+209+186=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1BA is #2A2E45. Grayscale: #CFCFCF. Windows color (decimal): -2764358 or 12243413. OLE color: 12243413.

HSL color Cylindrical-coordinate representation of color #D5D1BA: hue angle of 51.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5D1BA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 209 186 -
CMYK 0 0.02 0.13 0.16
HSL 51.11º 0.24% 0.78% -
HSV(B) 51.11º 0.13% 0.84% -
XYZ 59.1 63.29 55.56 -
YUV 207.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 213 209 186 0 0.02 0.13 0.16 51.11 0.24 0.78
Hex D5 D1 BA 0 2 D 10 33 18 4E
Octal 325 321 272 0 2 15 20 63 30 116
Binary 11010101 11010001 10111010 0 10 1101 10000 110011 11000 1001110

Color Harmonies of #D5D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1BA

Black with #D5D1BA

Text Example


Text Example

White with #D5D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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