Html Css Color HEX #DDB971 Chenin

📋 copy color: '#DDB971'

red 221 ◦ green 185 ◦ blue 113

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

Shades of Chenin #DDB971

Tints of Chenin #DDB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

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

R = 42.58%
G = 35.65%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB971 (or 0xDDB971) is known color: Chenin. HEX triplet: DD, B9 and 71. RGB value is (221,185,113). Sum of RGB (Red+Green+Blue) = 221+185+113=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB971 is #22468E. Grayscale: #BBBBBB. Windows color (decimal): -2246287 or 7453149. OLE color: 7453149.

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

Color convert

RGB 221 185 113 -
CMYK 0 0.16 0.49 0.13
HSL 40º 0.61% 0.65% -
HSV(B) 40º 0.49% 0.87% -
XYZ 50.15 51.26 22.87 -
YUV 187.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 221 185 113 0 0.16 0.49 0.13 40 0.61 0.65
Hex DD B9 71 0 10 31 D 28 3D 41
Octal 335 271 161 0 20 61 15 50 75 101
Binary 11011101 10111001 1110001 0 10000 110001 1101 101000 111101 1000001

Color Harmonies of #DDB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB971

Black with #DDB971

Text Example


Text Example

White with #DDB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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