Html Css Color HEX #DDC071 Chenin

📋 copy color: '#DDC071'

red 221 ◦ green 192 ◦ blue 113

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

Shades of Chenin #DDC071

Tints of Chenin #DDC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 42.02%
G = 36.5%
B = 21.48%

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

#DDC071 (or 0xDDC071) is known color: Chenin. HEX triplet: DD, C0 and 71. RGB value is (221,192,113). Sum of RGB (Red+Green+Blue) = 221+192+113=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC071 is #223F8E. Grayscale: #C0C0C0. Windows color (decimal): -2244495 or 7454941. OLE color: 7454941.

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

Color convert

RGB 221 192 113 -
CMYK 0 0.13 0.49 0.13
HSL 43.89º 0.61% 0.65% -
HSV(B) 43.89º 0.49% 0.87% -
XYZ 51.65 54.26 23.37 -
YUV 191.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 221 192 113 0 0.13 0.49 0.13 43.89 0.61 0.65
Hex DD C0 71 0 D 31 D 2C 3D 41
Octal 335 300 161 0 15 61 15 54 75 101
Binary 11011101 11000000 1110001 0 1101 110001 1101 101100 111101 1000001

Color Harmonies of #DDC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC071

Black with #DDC071

Text Example


Text Example

White with #DDC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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