#D6D2B0

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

Shades of White Rock #D6D2B0

Tints of White Rock #D6D2B0

Color information

#D6D2B0 (or 0xD6D2B0) is unknown color: approx White Rock. HEX triplet: D6, D2 and B0. RGB value is (214,210,176). Sum of RGB (Red+Green+Blue) = 214+210+176=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D2B0 is #292D4F. Grayscale: #CFCFCF. Windows color (decimal): -2698576 or 11588310. OLE color: 11588310.

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

Color convert

RGB214210176-
CMYK00.020.180.16
HSL53.68º31.67%76.47%-
HSV(B)53.68º17.76%83.92%-
XYZ58.6163.5250.25-
YUV207.32110.33132.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=35.67%
G=35%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421017600.020.180.1653.6831.6776.47
HexD6D2B002121036204c
Octal3263222600222206640114
Binary11010110110100101011000001010010100001101101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2B0; }

 p { color: rgb(214,210,176); }

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

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

 a { background-color: rgb(214,210,176); }

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

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

 span { border-color: rgb(214,210,176); }

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