Html Css Color HEX #DDBA71 Chenin

📋 copy color: '#DDBA71'

red 221 ◦ green 186 ◦ blue 113

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

Shades of Chenin #DDBA71

Tints of Chenin #DDBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 42.5%
G = 35.77%
B = 21.73%

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

#DDBA71 (or 0xDDBA71) is known color: Chenin. HEX triplet: DD, BA and 71. RGB value is (221,186,113). Sum of RGB (Red+Green+Blue) = 221+186+113=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA71 is #22458E. Grayscale: #BCBCBC. Windows color (decimal): -2246031 or 7453405. OLE color: 7453405.

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

Color convert

RGB 221 186 113 -
CMYK 0 0.16 0.49 0.13
HSL 40.56º 0.61% 0.65% -
HSV(B) 40.56º 0.49% 0.87% -
XYZ 50.36 51.68 22.94 -
YUV 188.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 221 186 113 0 0.16 0.49 0.13 40.56 0.61 0.65
Hex DD BA 71 0 10 31 D 29 3D 41
Octal 335 272 161 0 20 61 15 51 75 101
Binary 11011101 10111010 1110001 0 10000 110001 1101 101001 111101 1000001

Color Harmonies of #DDBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA71

Black with #DDBA71

Text Example


Text Example

White with #DDBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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