Html Css Color HEX #DDC376 Chenin

📋 copy color: '#DDC376'

red 221 ◦ green 195 ◦ blue 118

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

Shades of Chenin #DDC376

Tints of Chenin #DDC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 41.39%
G = 36.52%
B = 22.1%

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

#DDC376 (or 0xDDC376) is known color: Chenin. HEX triplet: DD, C3 and 76. RGB value is (221,195,118). Sum of RGB (Red+Green+Blue) = 221+195+118=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC376 is #223C89. Grayscale: #C2C2C2. Windows color (decimal): -2243722 or 7783389. OLE color: 7783389.

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

Color convert

RGB 221 195 118 -
CMYK 0 0.12 0.47 0.13
HSL 44.85º 0.6% 0.66% -
HSV(B) 44.85º 0.47% 0.87% -
XYZ 52.6 55.71 25.12 -
YUV 194 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 221 195 118 0 0.12 0.47 0.13 44.85 0.6 0.66
Hex DD C3 76 0 C 2F D 2D 3C 42
Octal 335 303 166 0 14 57 15 55 74 102
Binary 11011101 11000011 1110110 0 1100 101111 1101 101101 111100 1000010

Color Harmonies of #DDC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC376

Black with #DDC376

Text Example


Text Example

White with #DDC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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