#DDBE68

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

Shades of Chenin #DDBE68

Tints of Chenin #DDBE68

Color information

#DDBE68 (or 0xDDBE68) is unknown color: approx Chenin. HEX triplet: DD, BE and 68. RGB value is (221,190,104). Sum of RGB (Red+Green+Blue) = 221+190+104=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE68 is #224197. Grayscale: #BDBDBD. Windows color (decimal): -2245016 or 6864605. OLE color: 6864605.

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

Color convert

RGB221190104-
CMYK00.140.530.13
HSL44.1º63.24%63.73%-
HSV(B)44.1º52.94%86.67%-
XYZ50.7353.220.69-
YUV189.4679.77150.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 104 (41.02% from 255) = 20.19%
R=42.91%
G=36.89%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119010400.140.530.1344.163.2463.73
HexDDBE680E35D2c3f40
Octal33527615001665155477100
Binary110111011011111011010000111011010111011011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE68; }

 p { color: rgb(221,190,104); }

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

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

 a { background-color: rgb(221,190,104); }

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

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

 span { border-color: rgb(221,190,104); }

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