Html Css Color HEX #DDBD76 Chenin

📋 copy color: '#DDBD76'

red 221 ◦ green 189 ◦ blue 118

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

Shades of Chenin #DDBD76

Tints of Chenin #DDBD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.35%

R = 41.86%
G = 35.8%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDBD76 (or 0xDDBD76) is known color: Chenin. HEX triplet: DD, BD and 76. RGB value is (221,189,118). Sum of RGB (Red+Green+Blue) = 221+189+118=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD76 is #224289. Grayscale: #BEBEBE. Windows color (decimal): -2245258 or 7781853. OLE color: 7781853.

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

Color convert

RGB 221 189 118 -
CMYK 0 0.14 0.47 0.13
HSL 41.36º 0.6% 0.66% -
HSV(B) 41.36º 0.47% 0.87% -
XYZ 51.29 53.08 24.68 -
YUV 190.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 221 189 118 0 0.14 0.47 0.13 41.36 0.6 0.66
Hex DD BD 76 0 E 2F D 29 3C 42
Octal 335 275 166 0 16 57 15 51 74 102
Binary 11011101 10111101 1110110 0 1110 101111 1101 101001 111100 1000010

Color Harmonies of #DDBD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD76

Black with #DDBD76

Text Example


Text Example

White with #DDBD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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