#CDBD9D

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

Shades of Sisal #CDBD9D

Tints of Sisal #CDBD9D

Color information

#CDBD9D (or 0xCDBD9D) is unknown color: approx Sisal. HEX triplet: CD, BD and 9D. RGB value is (205,189,157). Sum of RGB (Red+Green+Blue) = 205+189+157=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBD9D is #324262. Grayscale: #BEBEBE. Windows color (decimal): -3293795 or 10337741. OLE color: 10337741.

HSL color Cylindrical-coordinate representation of color #CDBD9D: hue angle of 40º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDBD9D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205189157-
CMYK00.080.230.20
HSL40º32.43%70.98%-
HSV(B)40º23.41%80.39%-
XYZ49.4651.8139.29-
YUV190.14109.3138.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=37.21%
G=34.30%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518915700.080.230.204032.4370.98
HexCDBD9D081714282047
Octal31527523501027245040107
Binary1100110110111101100111010100010111101001010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD9D; }

 p { color: rgb(205,189,157); }

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

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

 a { background-color: rgb(205,189,157); }

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

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

 span { border-color: rgb(205,189,157); }

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