Html Css Color HEX #DDBA73 Chenin

📋 copy color: '#DDBA73'

red 221 ◦ green 186 ◦ blue 115

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

Shades of Chenin #DDBA73

Tints of Chenin #DDBA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.03%

R = 42.34%
G = 35.63%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBA73 (or 0xDDBA73) is known color: Chenin. HEX triplet: DD, BA and 73. RGB value is (221,186,115). Sum of RGB (Red+Green+Blue) = 221+186+115=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA73 is #22458C. Grayscale: #BCBCBC. Windows color (decimal): -2246029 or 7584477. OLE color: 7584477.

HSL color Cylindrical-coordinate representation of color #DDBA73: hue angle of 40.19º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDBA73 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 115 -
CMYK 0 0.16 0.48 0.13
HSL 40.19º 0.61% 0.66% -
HSV(B) 40.19º 0.48% 0.87% -
XYZ 50.47 51.73 23.54 -
YUV 188.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 221 186 115 0 0.16 0.48 0.13 40.19 0.61 0.66
Hex DD BA 73 0 10 30 D 28 3D 42
Octal 335 272 163 0 20 60 15 50 75 102
Binary 11011101 10111010 1110011 0 10000 110000 1101 101000 111101 1000010

Color Harmonies of #DDBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA73

Black with #DDBA73

Text Example


Text Example

White with #DDBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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