Html Css Color HEX #DDC478 Chenin

📋 copy color: '#DDC478'

red 221 ◦ green 196 ◦ blue 120

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

Shades of Chenin #DDC478

Tints of Chenin #DDC478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.5%

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

R = 41.15%
G = 36.5%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDC478 (or 0xDDC478) is known color: Chenin. HEX triplet: DD, C4 and 78. RGB value is (221,196,120). Sum of RGB (Red+Green+Blue) = 221+196+120=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC478 is #223B87. Grayscale: #C3C3C3. Windows color (decimal): -2243464 or 7914717. OLE color: 7914717.

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

Color convert

RGB 221 196 120 -
CMYK 0 0.11 0.46 0.13
HSL 45.15º 0.6% 0.67% -
HSV(B) 45.15º 0.46% 0.87% -
XYZ 52.95 56.21 25.83 -
YUV 194.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 221 196 120 0 0.11 0.46 0.13 45.15 0.6 0.67
Hex DD C4 78 0 B 2E D 2D 3C 43
Octal 335 304 170 0 13 56 15 55 74 103
Binary 11011101 11000100 1111000 0 1011 101110 1101 101101 111100 1000011

Color Harmonies of #DDC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC478

Black with #DDC478

Text Example


Text Example

White with #DDC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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