Html Css Color HEX #DDBA6F Chenin

📋 copy color: '#DDBA6F'

red 221 ◦ green 186 ◦ blue 111

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

Shades of Chenin #DDBA6F

Tints of Chenin #DDBA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 42.66%
G = 35.91%
B = 21.43%

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

#DDBA6F (or 0xDDBA6F) is known color: Chenin. HEX triplet: DD, BA and 6F. RGB value is (221,186,111). Sum of RGB (Red+Green+Blue) = 221+186+111=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA6F is #224590. Grayscale: #BCBCBC. Windows color (decimal): -2246033 or 7322333. OLE color: 7322333.

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

Color convert

RGB 221 186 111 -
CMYK 0 0.16 0.50 0.13
HSL 40.91º 0.62% 0.65% -
HSV(B) 40.91º 0.5% 0.87% -
XYZ 50.25 51.64 22.36 -
YUV 187.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 221 186 111 0 0.16 0.50 0.13 40.91 0.62 0.65
Hex DD BA 6F 0 10 32 D 29 3E 41
Octal 335 272 157 0 20 62 15 51 76 101
Binary 11011101 10111010 1101111 0 10000 110010 1101 101001 111110 1000001

Color Harmonies of #DDBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA6F

Black with #DDBA6F

Text Example


Text Example

White with #DDBA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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