Html Css Color HEX #DDBD71 Chenin

📋 copy color: '#DDBD71'

red 221 ◦ green 189 ◦ blue 113

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

Shades of Chenin #DDBD71

Tints of Chenin #DDBD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.61%

R = 42.26%
G = 36.14%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDBD71 (or 0xDDBD71) is known color: Chenin. HEX triplet: DD, BD and 71. RGB value is (221,189,113). Sum of RGB (Red+Green+Blue) = 221+189+113=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD71 is #22428E. Grayscale: #BEBEBE. Windows color (decimal): -2245263 or 7454173. OLE color: 7454173.

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

Color convert

RGB 221 189 113 -
CMYK 0 0.14 0.49 0.13
HSL 42.22º 0.61% 0.65% -
HSV(B) 42.22º 0.49% 0.87% -
XYZ 51 52.96 23.16 -
YUV 189.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 221 189 113 0 0.14 0.49 0.13 42.22 0.61 0.65
Hex DD BD 71 0 E 31 D 2A 3D 41
Octal 335 275 161 0 16 61 15 52 75 101
Binary 11011101 10111101 1110001 0 1110 110001 1101 101010 111101 1000001

Color Harmonies of #DDBD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD71

Black with #DDBD71

Text Example


Text Example

White with #DDBD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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