Html Css Color HEX #DDB874 Chenin

📋 copy color: '#DDB874'

red 221 ◦ green 184 ◦ blue 116

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

Shades of Chenin #DDB874

Tints of Chenin #DDB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.32%

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

R = 42.42%
G = 35.32%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB874 (or 0xDDB874) is known color: Chenin. HEX triplet: DD, B8 and 74. RGB value is (221,184,116). Sum of RGB (Red+Green+Blue) = 221+184+116=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB874 is #22478B. Grayscale: #BBBBBB. Windows color (decimal): -2246540 or 7649501. OLE color: 7649501.

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

Color convert

RGB 221 184 116 -
CMYK 0 0.17 0.48 0.13
HSL 38.86º 0.61% 0.66% -
HSV(B) 38.86º 0.48% 0.87% -
XYZ 50.11 50.91 23.71 -
YUV 187.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 221 184 116 0 0.17 0.48 0.13 38.86 0.61 0.66
Hex DD B8 74 0 11 30 D 27 3D 42
Octal 335 270 164 0 21 60 15 47 75 102
Binary 11011101 10111000 1110100 0 10001 110000 1101 100111 111101 1000010

Color Harmonies of #DDB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB874

Black with #DDB874

Text Example


Text Example

White with #DDB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB874; }

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

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

background-color css

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

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

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

border-color css

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

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

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