#D4CFB0

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

Shades of White Rock #D4CFB0

Tints of White Rock #D4CFB0

Color information

#D4CFB0 (or 0xD4CFB0) is unknown color: approx White Rock. HEX triplet: D4, CF and B0. RGB value is (212,207,176). Sum of RGB (Red+Green+Blue) = 212+207+176=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CFB0 is #2B304F. Grayscale: #CDCDCD. Windows color (decimal): -2830416 or 11587540. OLE color: 11587540.

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

Color convert

RGB212207176-
CMYK00.020.170.17
HSL51.67º29.51%76.08%-
HSV(B)51.67º16.98%83.14%-
XYZ57.361.7649.97-
YUV204.96111.66133.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=35.63%
G=34.79%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220717600.020.170.1751.6729.5176.08
HexD4CFB0021111341e4c
Octal3243172600221216436114
Binary1101010011001111101100000101000110001110100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFB0; }

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

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

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

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

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

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

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

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