#D6CFAD

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

Shades of White Rock #D6CFAD

Tints of White Rock #D6CFAD

Color information

#D6CFAD (or 0xD6CFAD) is unknown color: approx White Rock. HEX triplet: D6, CF and AD. RGB value is (214,207,173). Sum of RGB (Red+Green+Blue) = 214+207+173=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CFAD is #293052. Grayscale: #CDCDCD. Windows color (decimal): -2699347 or 11390934. OLE color: 11390934.

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

Color convert

RGB214207173-
CMYK00.030.190.16
HSL49.76º33.33%75.88%-
HSV(B)49.76º19.16%83.92%-
XYZ57.5961.9448.46-
YUV205.22109.82134.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=36.03%
G=34.85%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420717300.030.190.1649.7633.3375.88
HexD6CFAD03131032214c
Octal3263172550323206241114
Binary11010110110011111010110101110011100001100101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFAD; }

 p { color: rgb(214,207,173); }

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

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

 a { background-color: rgb(214,207,173); }

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

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

 span { border-color: rgb(214,207,173); }

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