#DDBF69

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

Shades of Chenin #DDBF69

Tints of Chenin #DDBF69

Color information

#DDBF69 (or 0xDDBF69) is unknown color: approx Chenin. HEX triplet: DD, BF and 69. RGB value is (221,191,105). Sum of RGB (Red+Green+Blue) = 221+191+105=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF69 is #224096. Grayscale: #BEBEBE. Windows color (decimal): -2244759 or 6930397. OLE color: 6930397.

HSL color Cylindrical-coordinate representation of color #DDBF69: hue angle of 44.48º 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 #DDBF69 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221191105-
CMYK00.140.520.13
HSL44.48º63.04%63.92%-
HSV(B)44.48º52.49%86.67%-
XYZ5153.6521.03-
YUV190.1779.94149.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=42.75%
G=36.94%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119110500.140.520.1344.4863.0463.92
HexDDBF690E34D2c3f40
Octal33527715101664155477100
Binary110111011011111111010010111011010011011011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF69; }

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

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

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

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

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

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

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

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