Html Css Color HEX #DDB973 Chenin

📋 copy color: '#DDB973'

red 221 ◦ green 185 ◦ blue 115

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

Shades of Chenin #DDB973

Tints of Chenin #DDB973

RGB

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

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

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

R = 42.42%
G = 35.51%
B = 22.07%

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

#DDB973 (or 0xDDB973) is known color: Chenin. HEX triplet: DD, B9 and 73. RGB value is (221,185,115). Sum of RGB (Red+Green+Blue) = 221+185+115=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB973 is #22468C. Grayscale: #BCBCBC. Windows color (decimal): -2246285 or 7584221. OLE color: 7584221.

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

Color convert

RGB 221 185 115 -
CMYK 0 0.16 0.48 0.13
HSL 39.62º 0.61% 0.66% -
HSV(B) 39.62º 0.48% 0.87% -
XYZ 50.26 51.31 23.47 -
YUV 187.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 221 185 115 0 0.16 0.48 0.13 39.62 0.61 0.66
Hex DD B9 73 0 10 30 D 28 3D 42
Octal 335 271 163 0 20 60 15 50 75 102
Binary 11011101 10111001 1110011 0 10000 110000 1101 101000 111101 1000010

Color Harmonies of #DDB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB973

Black with #DDB973

Text Example


Text Example

White with #DDB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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