Html Css Color HEX #DDC874 Chenin

📋 copy color: '#DDC874'

red 221 ◦ green 200 ◦ blue 116

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

Shades of Chenin #DDC874

Tints of Chenin #DDC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

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

R = 41.15%
G = 37.24%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC874 (or 0xDDC874) is known color: Chenin. HEX triplet: DD, C8 and 74. RGB value is (221,200,116). Sum of RGB (Red+Green+Blue) = 221+200+116=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC874 is #22378B. Grayscale: #C5C5C5. Windows color (decimal): -2242444 or 7653597. OLE color: 7653597.

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

Color convert

RGB 221 200 116 -
CMYK 0 0.10 0.48 0.13
HSL 48º 0.61% 0.66% -
HSV(B) 48º 0.48% 0.87% -
XYZ 53.63 57.94 24.88 -
YUV 196.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 221 200 116 0 0.10 0.48 0.13 48 0.61 0.66
Hex DD C8 74 0 A 30 D 30 3D 42
Octal 335 310 164 0 12 60 15 60 75 102
Binary 11011101 11001000 1110100 0 1010 110000 1101 110000 111101 1000010

Color Harmonies of #DDC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC874

Black with #DDC874

Text Example


Text Example

White with #DDC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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