#D4CFB4

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

Shades of White Rock #D4CFB4

Tints of White Rock #D4CFB4

Color information

#D4CFB4 (or 0xD4CFB4) is unknown color: approx White Rock. HEX triplet: D4, CF and B4. RGB value is (212,207,180). Sum of RGB (Red+Green+Blue) = 212+207+180=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFB4 is #2B304B. Grayscale: #CDCDCD. Windows color (decimal): -2830412 or 11849684. OLE color: 11849684.

HSL color Cylindrical-coordinate representation of color #D4CFB4: hue angle of 50.62º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CFB4 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212207180-
CMYK00.020.150.17
HSL50.62º27.12%76.86%-
HSV(B)50.62º15.09%83.14%-
XYZ57.761.9252.09-
YUV205.42113.66132.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=35.39%
G=34.56%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220718000.020.150.1750.6227.1276.86
HexD4CFB402F11331b4d
Octal3243172640217216333115
Binary110101001100111110110100010111110001110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFB4; }

 p { color: rgb(212,207,180); }

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

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

 a { background-color: rgb(212,207,180); }

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

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

 span { border-color: rgb(212,207,180); }

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