Html Css Color HEX #DDB974 Chenin

📋 copy color: '#DDB974'

red 221 ◦ green 185 ◦ blue 116

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

Shades of Chenin #DDB974

Tints of Chenin #DDB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 42.34%
G = 35.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB974 (or 0xDDB974) is known color: Chenin. HEX triplet: DD, B9 and 74. RGB value is (221,185,116). Sum of RGB (Red+Green+Blue) = 221+185+116=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB974 is #22468B. Grayscale: #BCBCBC. Windows color (decimal): -2246284 or 7649757. OLE color: 7649757.

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

Color convert

RGB 221 185 116 -
CMYK 0 0.16 0.48 0.13
HSL 39.43º 0.61% 0.66% -
HSV(B) 39.43º 0.48% 0.87% -
XYZ 50.32 51.33 23.78 -
YUV 187.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 221 185 116 0 0.16 0.48 0.13 39.43 0.61 0.66
Hex DD B9 74 0 10 30 D 27 3D 42
Octal 335 271 164 0 20 60 15 47 75 102
Binary 11011101 10111001 1110100 0 10000 110000 1101 100111 111101 1000010

Color Harmonies of #DDB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB974

Black with #DDB974

Text Example


Text Example

White with #DDB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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