Html Css Color HEX #DDC276 Chenin

📋 copy color: '#DDC276'

red 221 ◦ green 194 ◦ blue 118

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

Shades of Chenin #DDC276

Tints of Chenin #DDC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 41.46%
G = 36.4%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC276 (or 0xDDC276) is known color: Chenin. HEX triplet: DD, C2 and 76. RGB value is (221,194,118). Sum of RGB (Red+Green+Blue) = 221+194+118=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC276 is #223D89. Grayscale: #C1C1C1. Windows color (decimal): -2243978 or 7783133. OLE color: 7783133.

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

Color convert

RGB 221 194 118 -
CMYK 0 0.12 0.47 0.13
HSL 44.27º 0.6% 0.66% -
HSV(B) 44.27º 0.47% 0.87% -
XYZ 52.38 55.26 25.05 -
YUV 193.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 221 194 118 0 0.12 0.47 0.13 44.27 0.6 0.66
Hex DD C2 76 0 C 2F D 2C 3C 42
Octal 335 302 166 0 14 57 15 54 74 102
Binary 11011101 11000010 1110110 0 1100 101111 1101 101100 111100 1000010

Color Harmonies of #DDC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC276

Black with #DDC276

Text Example


Text Example

White with #DDC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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