Html Css Color HEX #D8D5AE White Rock

📋 copy color: '#D8D5AE'

red 216 ◦ green 213 ◦ blue 174

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

Shades of White Rock #D8D5AE

Tints of White Rock #D8D5AE

RGB

 RED value IS 216 (84.77% from 255) = 35.82%

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 35.82%
G = 35.32%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8D5AE (or 0xD8D5AE) is known color: White Rock. HEX triplet: D8, D5 and AE. RGB value is (216,213,174). Sum of RGB (Red+Green+Blue) = 216+213+174=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D5AE is #272A51. Grayscale: #D1D1D1. Windows color (decimal): -2566738 or 11458008. OLE color: 11458008.

HSL color Cylindrical-coordinate representation of color #D8D5AE: hue angle of 55.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8D5AE is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 174 -
CMYK 0 0.01 0.19 0.15
HSL 55.71º 0.35% 0.76% -
HSV(B) 55.71º 0.19% 0.85% -
XYZ 59.75 65.24 49.49 -
YUV 209.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 216 213 174 0 0.01 0.19 0.15 55.71 0.35 0.76
Hex D8 D5 AE 0 1 13 F 38 23 4C
Octal 330 325 256 0 1 23 17 70 43 114
Binary 11011000 11010101 10101110 0 1 10011 1111 111000 100011 1001100

Color Harmonies of #D8D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D5AE

Black with #D8D5AE

Text Example


Text Example

White with #D8D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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