Html Css Color HEX #DDC16E Chenin

📋 copy color: '#DDC16E'

red 221 ◦ green 193 ◦ blue 110

#DDC16E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DDC16E

Tints of Chenin #DDC16E

RGB

 RED value IS 221 (86.72% from 255) = 42.18%

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 110 (43.36% from 255) = 20.99%

R = 42.18%
G = 36.83%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC16E (or 0xDDC16E) is known color: Chenin. HEX triplet: DD, C1 and 6E. RGB value is (221,193,110). Sum of RGB (Red+Green+Blue) = 221+193+110=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC16E is #223E91. Grayscale: #C0C0C0. Windows color (decimal): -2244242 or 7258589. OLE color: 7258589.

HSL color Cylindrical-coordinate representation of color #DDC16E: hue angle of 44.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC16E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 110 -
CMYK 0 0.13 0.50 0.13
HSL 44.86º 0.62% 0.65% -
HSV(B) 44.86º 0.5% 0.87% -
XYZ 51.7 54.64 22.57 -
YUV 191.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 221 193 110 0 0.13 0.50 0.13 44.86 0.62 0.65
Hex DD C1 6E 0 D 32 D 2D 3E 41
Octal 335 301 156 0 15 62 15 55 76 101
Binary 11011101 11000001 1101110 0 1101 110010 1101 101101 111110 1000001

Color Harmonies of #DDC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC16E

Black with #DDC16E

Text Example


Text Example

White with #DDC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC16E; }

 p { color: rgb(221,193,110); }

 H1.HeaderClassName
 {
   color: #DDC16E;
 }
 .AnyTagClassName
 {
   color: #DDC16E;
 }
</style>

background-color css

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

 a { background-color: rgb(221,193,110); }

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

border-color css

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

 span { border-color: rgb(221,193,110); }

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