Html Css Color HEX #DDBC73 Chenin

📋 copy color: '#DDBC73'

red 221 ◦ green 188 ◦ blue 115

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

Shades of Chenin #DDBC73

Tints of Chenin #DDBC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 42.18%
G = 35.88%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBC73 (or 0xDDBC73) is known color: Chenin. HEX triplet: DD, BC and 73. RGB value is (221,188,115). Sum of RGB (Red+Green+Blue) = 221+188+115=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC73 is #22438C. Grayscale: #BDBDBD. Windows color (decimal): -2245517 or 7584989. OLE color: 7584989.

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

Color convert

RGB 221 188 115 -
CMYK 0 0.15 0.48 0.13
HSL 41.32º 0.61% 0.66% -
HSV(B) 41.32º 0.48% 0.87% -
XYZ 50.9 52.58 23.69 -
YUV 189.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 221 188 115 0 0.15 0.48 0.13 41.32 0.61 0.66
Hex DD BC 73 0 F 30 D 29 3D 42
Octal 335 274 163 0 17 60 15 51 75 102
Binary 11011101 10111100 1110011 0 1111 110000 1101 101001 111101 1000010

Color Harmonies of #DDBC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC73

Black with #DDBC73

Text Example


Text Example

White with #DDBC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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