Html Css Color HEX #DDC174 Chenin

📋 copy color: '#DDC174'

red 221 ◦ green 193 ◦ blue 116

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

Shades of Chenin #DDC174

Tints of Chenin #DDC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.89%

R = 41.7%
G = 36.42%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC174 (or 0xDDC174) is known color: Chenin. HEX triplet: DD, C1 and 74. RGB value is (221,193,116). Sum of RGB (Red+Green+Blue) = 221+193+116=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC174 is #223E8B. Grayscale: #C0C0C0. Windows color (decimal): -2244236 or 7651805. OLE color: 7651805.

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

Color convert

RGB 221 193 116 -
CMYK 0 0.13 0.48 0.13
HSL 44º 0.61% 0.66% -
HSV(B) 44º 0.48% 0.87% -
XYZ 52.04 54.77 24.35 -
YUV 192.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 221 193 116 0 0.13 0.48 0.13 44 0.61 0.66
Hex DD C1 74 0 D 30 D 2C 3D 42
Octal 335 301 164 0 15 60 15 54 75 102
Binary 11011101 11000001 1110100 0 1101 110000 1101 101100 111101 1000010

Color Harmonies of #DDC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC174

Black with #DDC174

Text Example


Text Example

White with #DDC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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