Html Css Color HEX #DDC271 Chenin

📋 copy color: '#DDC271'

red 221 ◦ green 194 ◦ blue 113

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

Shades of Chenin #DDC271

Tints of Chenin #DDC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

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

R = 41.86%
G = 36.74%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC271 (or 0xDDC271) is known color: Chenin. HEX triplet: DD, C2 and 71. RGB value is (221,194,113). Sum of RGB (Red+Green+Blue) = 221+194+113=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC271 is #223D8E. Grayscale: #C1C1C1. Windows color (decimal): -2243983 or 7455453. OLE color: 7455453.

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

Color convert

RGB 221 194 113 -
CMYK 0 0.12 0.49 0.13
HSL 45º 0.61% 0.65% -
HSV(B) 45º 0.49% 0.87% -
XYZ 52.09 55.15 23.52 -
YUV 192.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 221 194 113 0 0.12 0.49 0.13 45 0.61 0.65
Hex DD C2 71 0 C 31 D 2D 3D 41
Octal 335 302 161 0 14 61 15 55 75 101
Binary 11011101 11000010 1110001 0 1100 110001 1101 101101 111101 1000001

Color Harmonies of #DDC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC271

Black with #DDC271

Text Example


Text Example

White with #DDC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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