Html Css Color HEX #D7D4AE White Rock

📋 copy color: '#D7D4AE'

red 215 ◦ green 212 ◦ blue 174

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

Shades of White Rock #D7D4AE

Tints of White Rock #D7D4AE

RGB

 RED value IS 215 (84.38% from 255) = 35.77%

 GREEN value IS 212 (83.2% from 255) = 35.27%

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

R = 35.77%
G = 35.27%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7D4AE (or 0xD7D4AE) is known color: White Rock. HEX triplet: D7, D4 and AE. RGB value is (215,212,174). Sum of RGB (Red+Green+Blue) = 215+212+174=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D4AE is #282B51. Grayscale: #D0D0D0. Windows color (decimal): -2632530 or 11457751. OLE color: 11457751.

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

Color convert

RGB 215 212 174 -
CMYK 0 0.01 0.19 0.16
HSL 55.61º 0.34% 0.76% -
HSV(B) 55.61º 0.19% 0.84% -
XYZ 59.21 64.59 49.39 -
YUV 208.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 215 212 174 0 0.01 0.19 0.16 55.61 0.34 0.76
Hex D7 D4 AE 0 1 13 10 38 22 4C
Octal 327 324 256 0 1 23 20 70 42 114
Binary 11010111 11010100 10101110 0 1 10011 10000 111000 100010 1001100

Color Harmonies of #D7D4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D4AE

Black with #D7D4AE

Text Example


Text Example

White with #D7D4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D4AE; }

 p { color: rgb(215,212,174); }

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

background-color css

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

 a { background-color: rgb(215,212,174); }

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

border-color css

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

 span { border-color: rgb(215,212,174); }

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