#D7CEA9

Color #D7CEA9 White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #D7CEA9

Tints of White Rock #D7CEA9

Color information

#D7CEA9 (or 0xD7CEA9) is unknown color: approx White Rock. HEX triplet: D7, CE and A9. RGB value is (215,206,169). Sum of RGB (Red+Green+Blue) = 215+206+169=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CEA9 is #283156. Grayscale: #CCCCCC. Windows color (decimal): -2634071 or 11128535. OLE color: 11128535.

HSL color Cylindrical-coordinate representation of color #D7CEA9: hue angle of 48.26º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7CEA9 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215206169-
CMYK00.040.210.16
HSL48.26º36.51%75.29%-
HSV(B)48.26º21.4%84.31%-
XYZ57.2661.4546.38-
YUV204.47107.98135.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=36.44%
G=34.92%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520616900.040.210.1648.2636.5175.29
HexD7CEA904151030254b
Octal3273162510425206045113
Binary110101111100111010101001010010101100001100001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEA9; }

 p { color: rgb(215,206,169); }

 H1.HeaderClassName
 {
   color: #D7CEA9;
 }
 .AnyTagClassName
 {
   color: #D7CEA9;
 }
</style>
background-color css

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

 a { background-color: rgb(215,206,169); }

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

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

 span { border-color: rgb(215,206,169); }

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