Html Css Color HEX #DDC676 Chenin

📋 copy color: '#DDC676'

red 221 ◦ green 198 ◦ blue 118

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

Shades of Chenin #DDC676

Tints of Chenin #DDC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.87%

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

R = 41.15%
G = 36.87%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC676 (or 0xDDC676) is known color: Chenin. HEX triplet: DD, C6 and 76. RGB value is (221,198,118). Sum of RGB (Red+Green+Blue) = 221+198+118=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC676 is #223989. Grayscale: #C4C4C4. Windows color (decimal): -2242954 or 7784157. OLE color: 7784157.

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

Color convert

RGB 221 198 118 -
CMYK 0 0.10 0.47 0.13
HSL 46.6º 0.6% 0.66% -
HSV(B) 46.6º 0.47% 0.87% -
XYZ 53.28 57.07 25.35 -
YUV 195.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 221 198 118 0 0.10 0.47 0.13 46.6 0.6 0.66
Hex DD C6 76 0 A 2F D 2F 3C 42
Octal 335 306 166 0 12 57 15 57 74 102
Binary 11011101 11000110 1110110 0 1010 101111 1101 101111 111100 1000010

Color Harmonies of #DDC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC676

Black with #DDC676

Text Example


Text Example

White with #DDC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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