#ddbf75

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

Shades of Chenin #DDBF75

Tints of Chenin #DDBF75

Color information

#DDBF75 (or 0xDDBF75) is unknown color: approx Chenin. HEX triplet: DD, BF and 75. RGB value is (221,191,117). Sum of RGB (Red+Green+Blue) = 221+191+117=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF75 is #22408A. Grayscale: #BFBFBF. Windows color (decimal): -2244747 or 7716829. OLE color: 7716829.

HSL color Cylindrical-coordinate representation of color #DDBF75: hue angle of 42.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDBF75 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221191117-
CMYK00.140.470.13
HSL42.69º60.47%66.27%-
HSV(B)42.69º47.06%86.67%-
XYZ51.6653.9224.51-
YUV191.5385.94149.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=41.78%
G=36.11%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119111700.140.470.1342.6960.4766.27
HexDDBF750E2FD2b3c42
Octal33527716501657155374102
Binary110111011011111111101010111010111111011010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbf75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbf75; }

 p { color: rgb(221,191,117); }

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

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

 a { background-color: rgb(221,191,117); }

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

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

 span { border-color: rgb(221,191,117); }

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