Html Css Color HEX #DDBE68 Chenin

📋 copy color: '#DDBE68'

red 221 ◦ green 190 ◦ blue 104

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

Shades of Chenin #DDBE68

Tints of Chenin #DDBE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.19%

R = 42.91%
G = 36.89%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDBE68 (or 0xDDBE68) is known color: Chenin. HEX triplet: DD, BE and 68. RGB value is (221,190,104). Sum of RGB (Red+Green+Blue) = 221+190+104=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE68 is #224197. Grayscale: #BDBDBD. Windows color (decimal): -2245016 or 6864605. OLE color: 6864605.

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

Color convert

RGB 221 190 104 -
CMYK 0 0.14 0.53 0.13
HSL 44.1º 0.63% 0.64% -
HSV(B) 44.1º 0.53% 0.87% -
XYZ 50.73 53.2 20.69 -
YUV 189.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 221 190 104 0 0.14 0.53 0.13 44.1 0.63 0.64
Hex DD BE 68 0 E 35 D 2C 3F 40
Octal 335 276 150 0 16 65 15 54 77 100
Binary 11011101 10111110 1101000 0 1110 110101 1101 101100 111111 1000000

Color Harmonies of #DDBE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE68

Black with #DDBE68

Text Example


Text Example

White with #DDBE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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