#DDC26B

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

Shades of Chenin #DDC26B

Tints of Chenin #DDC26B

Color information

#DDC26B (or 0xDDC26B) is unknown color: approx Chenin. HEX triplet: DD, C2 and 6B. RGB value is (221,194,107). Sum of RGB (Red+Green+Blue) = 221+194+107=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC26B is #223D94. Grayscale: #C0C0C0. Windows color (decimal): -2243989 or 7062237. OLE color: 7062237.

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

Color convert

RGB221194107-
CMYK00.120.520.13
HSL45.79º62.64%64.31%-
HSV(B)45.79º51.58%86.67%-
XYZ51.7655.0221.8-
YUV192.1679.95148.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 107 (42.19% from 255) = 20.50%
R=42.34%
G=37.16%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119410700.120.520.1345.7962.6464.31
HexDDC26B0C34D2e3f40
Octal33530215301464155677100
Binary110111011100001011010110110011010011011011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC26B; }

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

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

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

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

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

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

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

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