Html Css Color HEX #DDC176 Chenin

📋 copy color: '#DDC176'

red 221 ◦ green 193 ◦ blue 118

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

Shades of Chenin #DDC176

Tints of Chenin #DDC176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 41.54%
G = 36.28%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC176 (or 0xDDC176) is known color: Chenin. HEX triplet: DD, C1 and 76. RGB value is (221,193,118). Sum of RGB (Red+Green+Blue) = 221+193+118=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC176 is #223E89. Grayscale: #C1C1C1. Windows color (decimal): -2244234 or 7782877. OLE color: 7782877.

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

Color convert

RGB 221 193 118 -
CMYK 0 0.13 0.47 0.13
HSL 43.69º 0.6% 0.66% -
HSV(B) 43.69º 0.47% 0.87% -
XYZ 52.16 54.82 24.97 -
YUV 192.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 221 193 118 0 0.13 0.47 0.13 43.69 0.6 0.66
Hex DD C1 76 0 D 2F D 2C 3C 42
Octal 335 301 166 0 15 57 15 54 74 102
Binary 11011101 11000001 1110110 0 1101 101111 1101 101100 111100 1000010

Color Harmonies of #DDC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC176

Black with #DDC176

Text Example


Text Example

White with #DDC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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