#DDBC69

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

Shades of Chenin #DDBC69

Tints of Chenin #DDBC69

Color information

#DDBC69 (or 0xDDBC69) is unknown color: approx Chenin. HEX triplet: DD, BC and 69. RGB value is (221,188,105). Sum of RGB (Red+Green+Blue) = 221+188+105=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC69 is #224396. Grayscale: #BCBCBC. Windows color (decimal): -2245527 or 6929629. OLE color: 6929629.

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

Color convert

RGB221188105-
CMYK00.150.520.13
HSL42.93º63.04%63.92%-
HSV(B)42.93º52.49%86.67%-
XYZ50.3552.3620.82-
YUV188.480.93151.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=43.00%
G=36.58%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118810500.150.520.1342.9363.0463.92
HexDDBC690F34D2b3f40
Octal33527415101764155377100
Binary110111011011110011010010111111010011011010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBC69; }

 p { color: rgb(221,188,105); }

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

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

 a { background-color: rgb(221,188,105); }

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

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

 span { border-color: rgb(221,188,105); }

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