Html Css Color HEX #DDBE6A Chenin

📋 copy color: '#DDBE6A'

red 221 ◦ green 190 ◦ blue 106

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

Shades of Chenin #DDBE6A

Tints of Chenin #DDBE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 106 (41.8% from 255) = 20.5%

R = 42.75%
G = 36.75%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDBE6A (or 0xDDBE6A) is known color: Chenin. HEX triplet: DD, BE and 6A. RGB value is (221,190,106). Sum of RGB (Red+Green+Blue) = 221+190+106=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE6A is #224195. Grayscale: #BEBEBE. Windows color (decimal): -2245014 or 6995677. OLE color: 6995677.

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

Color convert

RGB 221 190 106 -
CMYK 0 0.14 0.52 0.13
HSL 43.83º 0.63% 0.64% -
HSV(B) 43.83º 0.52% 0.87% -
XYZ 50.83 53.24 21.23 -
YUV 189.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 221 190 106 0 0.14 0.52 0.13 43.83 0.63 0.64
Hex DD BE 6A 0 E 34 D 2C 3F 40
Octal 335 276 152 0 16 64 15 54 77 100
Binary 11011101 10111110 1101010 0 1110 110100 1101 101100 111111 1000000

Color Harmonies of #DDBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE6A

Black with #DDBE6A

Text Example


Text Example

White with #DDBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE6A; }

 p { color: rgb(221,190,106); }

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

background-color css

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

 a { background-color: rgb(221,190,106); }

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

border-color css

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

 span { border-color: rgb(221,190,106); }

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