Html Css Color HEX #DDC178 Chenin

📋 copy color: '#DDC178'

red 221 ◦ green 193 ◦ blue 120

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

Shades of Chenin #DDC178

Tints of Chenin #DDC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 41.39%
G = 36.14%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDC178 (or 0xDDC178) is known color: Chenin. HEX triplet: DD, C1 and 78. RGB value is (221,193,120). Sum of RGB (Red+Green+Blue) = 221+193+120=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC178 is #223E87. Grayscale: #C1C1C1. Windows color (decimal): -2244232 or 7913949. OLE color: 7913949.

HSL color Cylindrical-coordinate representation of color #DDC178: hue angle of 43.37º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDC178 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 120 -
CMYK 0 0.13 0.46 0.13
HSL 43.37º 0.6% 0.67% -
HSV(B) 43.37º 0.46% 0.87% -
XYZ 52.28 54.87 25.6 -
YUV 193.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 221 193 120 0 0.13 0.46 0.13 43.37 0.6 0.67
Hex DD C1 78 0 D 2E D 2B 3C 43
Octal 335 301 170 0 15 56 15 53 74 103
Binary 11011101 11000001 1111000 0 1101 101110 1101 101011 111100 1000011

Color Harmonies of #DDC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC178

Black with #DDC178

Text Example


Text Example

White with #DDC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC178; }

 p { color: rgb(221,193,120); }

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

background-color css

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

 a { background-color: rgb(221,193,120); }

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

border-color css

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

 span { border-color: rgb(221,193,120); }

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