#CDBF99

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

Shades of Sisal #CDBF99

Tints of Sisal #CDBF99

Color information

#CDBF99 (or 0xCDBF99) is unknown color: approx Sisal. HEX triplet: CD, BF and 99. RGB value is (205,191,153). Sum of RGB (Red+Green+Blue) = 205+191+153=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBF99 is #324066. Grayscale: #BFBFBF. Windows color (decimal): -3293287 or 10076109. OLE color: 10076109.

HSL color Cylindrical-coordinate representation of color #CDBF99: hue angle of 43.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDBF99 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205191153-
CMYK00.070.250.20
HSL43.85º34.21%70.2%-
HSV(B)43.85º25.37%80.39%-
XYZ49.5652.5437.67-
YUV190.85106.64138.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=37.34%
G=34.79%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519115300.070.250.2043.8534.2170.2
HexCDBF990719142c2246
Octal3152772310731245442106
Binary110011011011111110011001011111001101001011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF99; }

 p { color: rgb(205,191,153); }

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

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

 a { background-color: rgb(205,191,153); }

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

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

 span { border-color: rgb(205,191,153); }

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