#DDC273

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

Shades of Chenin #DDC273

Tints of Chenin #DDC273

Color information

#DDC273 (or 0xDDC273) is unknown color: approx Chenin. HEX triplet: DD, C2 and 73. RGB value is (221,194,115). Sum of RGB (Red+Green+Blue) = 221+194+115=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC273 is #223D8C. Grayscale: #C1C1C1. Windows color (decimal): -2243981 or 7586525. OLE color: 7586525.

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

Color convert

RGB221194115-
CMYK00.120.480.13
HSL44.72º60.92%65.88%-
HSV(B)44.72º47.96%86.67%-
XYZ52.2155.1924.12-
YUV193.0783.95147.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 194 (76.17% from 255) = 36.60%
BLUE value IS 115 (45.31% from 255) = 21.70%
R=41.70%
G=36.60%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119411500.120.480.1344.7260.9265.88
HexDDC2730C30D2d3d42
Octal33530216301460155575102
Binary110111011100001011100110110011000011011011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC273; }

 p { color: rgb(221,194,115); }

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

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

 a { background-color: rgb(221,194,115); }

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

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

 span { border-color: rgb(221,194,115); }

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