Html Css Color HEX #DDBD73 Chenin

📋 copy color: '#DDBD73'

red 221 ◦ green 189 ◦ blue 115

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

Shades of Chenin #DDBD73

Tints of Chenin #DDBD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 42.1%
G = 36%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBD73 (or 0xDDBD73) is known color: Chenin. HEX triplet: DD, BD and 73. RGB value is (221,189,115). Sum of RGB (Red+Green+Blue) = 221+189+115=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD73 is #22428C. Grayscale: #BEBEBE. Windows color (decimal): -2245261 or 7585245. OLE color: 7585245.

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

Color convert

RGB 221 189 115 -
CMYK 0 0.14 0.48 0.13
HSL 41.89º 0.61% 0.66% -
HSV(B) 41.89º 0.48% 0.87% -
XYZ 51.11 53.01 23.76 -
YUV 190.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 221 189 115 0 0.14 0.48 0.13 41.89 0.61 0.66
Hex DD BD 73 0 E 30 D 2A 3D 42
Octal 335 275 163 0 16 60 15 52 75 102
Binary 11011101 10111101 1110011 0 1110 110000 1101 101010 111101 1000010

Color Harmonies of #DDBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD73

Black with #DDBD73

Text Example


Text Example

White with #DDBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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