Html Css Color HEX #DDC471 Chenin

📋 copy color: '#DDC471'

red 221 ◦ green 196 ◦ blue 113

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

Shades of Chenin #DDC471

Tints of Chenin #DDC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

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

R = 41.7%
G = 36.98%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC471 (or 0xDDC471) is known color: Chenin. HEX triplet: DD, C4 and 71. RGB value is (221,196,113). Sum of RGB (Red+Green+Blue) = 221+196+113=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC471 is #223B8E. Grayscale: #C2C2C2. Windows color (decimal): -2243471 or 7455965. OLE color: 7455965.

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

Color convert

RGB 221 196 113 -
CMYK 0 0.11 0.49 0.13
HSL 46.11º 0.61% 0.65% -
HSV(B) 46.11º 0.49% 0.87% -
XYZ 52.54 56.04 23.67 -
YUV 194.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 221 196 113 0 0.11 0.49 0.13 46.11 0.61 0.65
Hex DD C4 71 0 B 31 D 2E 3D 41
Octal 335 304 161 0 13 61 15 56 75 101
Binary 11011101 11000100 1110001 0 1011 110001 1101 101110 111101 1000001

Color Harmonies of #DDC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC471

Black with #DDC471

Text Example


Text Example

White with #DDC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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