#D5CFAC

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

Shades of White Rock #D5CFAC

Tints of White Rock #D5CFAC

Color information

#D5CFAC (or 0xD5CFAC) is unknown color: approx White Rock. HEX triplet: D5, CF and AC. RGB value is (213,207,172). Sum of RGB (Red+Green+Blue) = 213+207+172=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFAC is #2A3053. Grayscale: #CCCCCC. Windows color (decimal): -2764884 or 11325397. OLE color: 11325397.

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

Color convert

RGB213207172-
CMYK00.030.190.16
HSL51.22º32.8%75.49%-
HSV(B)51.22º19.25%83.53%-
XYZ57.261.7547.93-
YUV204.8109.49133.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=35.98%
G=34.97%
B=29.05%

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
Decimal21320717200.030.190.1651.2232.875.49
HexD5CFAC03131033214b
Octal3253172540323206341113
Binary11010101110011111010110001110011100001100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFAC; }

 p { color: rgb(213,207,172); }

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

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

 a { background-color: rgb(213,207,172); }

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

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

 span { border-color: rgb(213,207,172); }

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