Html Css Color HEX #DDBC74 Chenin

📋 copy color: '#DDBC74'

red 221 ◦ green 188 ◦ blue 116

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

Shades of Chenin #DDBC74

Tints of Chenin #DDBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 42.1%
G = 35.81%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBC74 (or 0xDDBC74) is known color: Chenin. HEX triplet: DD, BC and 74. RGB value is (221,188,116). Sum of RGB (Red+Green+Blue) = 221+188+116=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC74 is #22438B. Grayscale: #BDBDBD. Windows color (decimal): -2245516 or 7650525. OLE color: 7650525.

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

Color convert

RGB 221 188 116 -
CMYK 0 0.15 0.48 0.13
HSL 41.14º 0.61% 0.66% -
HSV(B) 41.14º 0.48% 0.87% -
XYZ 50.95 52.6 23.99 -
YUV 189.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 221 188 116 0 0.15 0.48 0.13 41.14 0.61 0.66
Hex DD BC 74 0 F 30 D 29 3D 42
Octal 335 274 164 0 17 60 15 51 75 102
Binary 11011101 10111100 1110100 0 1111 110000 1101 101001 111101 1000010

Color Harmonies of #DDBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC74

Black with #DDBC74

Text Example


Text Example

White with #DDBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC74; }

 p { color: rgb(221,188,116); }

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

background-color css

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

 a { background-color: rgb(221,188,116); }

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

border-color css

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

 span { border-color: rgb(221,188,116); }

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