Html Css Color HEX #DDC171 Chenin

📋 copy color: '#DDC171'

red 221 ◦ green 193 ◦ blue 113

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

Shades of Chenin #DDC171

Tints of Chenin #DDC171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.44%

R = 41.94%
G = 36.62%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC171 (or 0xDDC171) is known color: Chenin. HEX triplet: DD, C1 and 71. RGB value is (221,193,113). Sum of RGB (Red+Green+Blue) = 221+193+113=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC171 is #223E8E. Grayscale: #C0C0C0. Windows color (decimal): -2244239 or 7455197. OLE color: 7455197.

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

Color convert

RGB 221 193 113 -
CMYK 0 0.13 0.49 0.13
HSL 44.44º 0.61% 0.65% -
HSV(B) 44.44º 0.49% 0.87% -
XYZ 51.87 54.7 23.45 -
YUV 192.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 221 193 113 0 0.13 0.49 0.13 44.44 0.61 0.65
Hex DD C1 71 0 D 31 D 2C 3D 41
Octal 335 301 161 0 15 61 15 54 75 101
Binary 11011101 11000001 1110001 0 1101 110001 1101 101100 111101 1000001

Color Harmonies of #DDC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC171

Black with #DDC171

Text Example


Text Example

White with #DDC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC171; }

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

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

background-color css

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

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

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

border-color css

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

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

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