Html Css Color HEX #DDB773 Chenin

📋 copy color: '#DDB773'

red 221 ◦ green 183 ◦ blue 115

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

Shades of Chenin #DDB773

Tints of Chenin #DDB773

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

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

R = 42.58%
G = 35.26%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB773 (or 0xDDB773) is known color: Chenin. HEX triplet: DD, B7 and 73. RGB value is (221,183,115). Sum of RGB (Red+Green+Blue) = 221+183+115=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB773 is #22488C. Grayscale: #BABABA. Windows color (decimal): -2246797 or 7583709. OLE color: 7583709.

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

Color convert

RGB 221 183 115 -
CMYK 0 0.17 0.48 0.13
HSL 38.49º 0.61% 0.66% -
HSV(B) 38.49º 0.48% 0.87% -
XYZ 49.85 50.48 23.34 -
YUV 186.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 221 183 115 0 0.17 0.48 0.13 38.49 0.61 0.66
Hex DD B7 73 0 11 30 D 26 3D 42
Octal 335 267 163 0 21 60 15 46 75 102
Binary 11011101 10110111 1110011 0 10001 110000 1101 100110 111101 1000010

Color Harmonies of #DDB773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB773

Black with #DDB773

Text Example


Text Example

White with #DDB773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB773; }

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

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

background-color css

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

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

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

border-color css

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

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

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