#DCC9BD

Color #DCC9BD Pearl Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Bush #DCC9BD

Tints of Pearl Bush #DCC9BD

Color information

#DCC9BD (or 0xDCC9BD) is unknown color: approx Pearl Bush. HEX triplet: DC, C9 and BD. RGB value is (220,201,189). Sum of RGB (Red+Green+Blue) = 220+201+189=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9BD is #233642. Grayscale: #CDCDCD. Windows color (decimal): -2307651 or 12437980. OLE color: 12437980.

HSL color Cylindrical-coordinate representation of color #DCC9BD: hue angle of 23.23º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC9BD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220201189-
CMYK00.090.140.14
HSL23.23º30.69%80.2%-
HSV(B)23.23º14.09%86.27%-
XYZ59.5960.6656.71-
YUV205.31118.79138.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=36.07%
G=32.95%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020118900.090.140.1423.2330.6980.2
HexDCC9BD09EE171f50
Octal33431127501116162737120
Binary110111001100100110111101010011110111010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9BD; }

 p { color: rgb(220,201,189); }

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

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

 a { background-color: rgb(220,201,189); }

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

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

 span { border-color: rgb(220,201,189); }

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