Html Css Color HEX #DDC076 Chenin

📋 copy color: '#DDC076'

red 221 ◦ green 192 ◦ blue 118

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

Shades of Chenin #DDC076

Tints of Chenin #DDC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 41.62%
G = 36.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC076 (or 0xDDC076) is known color: Chenin. HEX triplet: DD, C0 and 76. RGB value is (221,192,118). Sum of RGB (Red+Green+Blue) = 221+192+118=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC076 is #223F89. Grayscale: #C0C0C0. Windows color (decimal): -2244490 or 7782621. OLE color: 7782621.

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

Color convert

RGB 221 192 118 -
CMYK 0 0.13 0.47 0.13
HSL 43.11º 0.6% 0.66% -
HSV(B) 43.11º 0.47% 0.87% -
XYZ 51.94 54.38 24.9 -
YUV 192.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 221 192 118 0 0.13 0.47 0.13 43.11 0.6 0.66
Hex DD C0 76 0 D 2F D 2B 3C 42
Octal 335 300 166 0 15 57 15 53 74 102
Binary 11011101 11000000 1110110 0 1101 101111 1101 101011 111100 1000010

Color Harmonies of #DDC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC076

Black with #DDC076

Text Example


Text Example

White with #DDC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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