Html Css Color HEX #DDBA6E Chenin

📋 copy color: '#DDBA6E'

red 221 ◦ green 186 ◦ blue 110

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

Shades of Chenin #DDBA6E

Tints of Chenin #DDBA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 110 (43.36% from 255) = 21.28%

R = 42.75%
G = 35.98%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDBA6E (or 0xDDBA6E) is known color: Chenin. HEX triplet: DD, BA and 6E. RGB value is (221,186,110). Sum of RGB (Red+Green+Blue) = 221+186+110=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA6E is #224591. Grayscale: #BCBCBC. Windows color (decimal): -2246034 or 7256797. OLE color: 7256797.

HSL color Cylindrical-coordinate representation of color #DDBA6E: hue angle of 41.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDBA6E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 110 -
CMYK 0 0.16 0.50 0.13
HSL 41.08º 0.62% 0.65% -
HSV(B) 41.08º 0.5% 0.87% -
XYZ 50.19 51.62 22.07 -
YUV 187.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 221 186 110 0 0.16 0.50 0.13 41.08 0.62 0.65
Hex DD BA 6E 0 10 32 D 29 3E 41
Octal 335 272 156 0 20 62 15 51 76 101
Binary 11011101 10111010 1101110 0 10000 110010 1101 101001 111110 1000001

Color Harmonies of #DDBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA6E

Black with #DDBA6E

Text Example


Text Example

White with #DDBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA6E; }

 p { color: rgb(221,186,110); }

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

background-color css

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

 a { background-color: rgb(221,186,110); }

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

border-color css

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

 span { border-color: rgb(221,186,110); }

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