Html Css Color HEX #DDC078 Chenin

📋 copy color: '#DDC078'

red 221 ◦ green 192 ◦ blue 120

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

Shades of Chenin #DDC078

Tints of Chenin #DDC078

RGB

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

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

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

R = 41.46%
G = 36.02%
B = 22.51%

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

#DDC078 (or 0xDDC078) is known color: Chenin. HEX triplet: DD, C0 and 78. RGB value is (221,192,120). Sum of RGB (Red+Green+Blue) = 221+192+120=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC078 is #223F87. Grayscale: #C0C0C0. Windows color (decimal): -2244488 or 7913693. OLE color: 7913693.

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

Color convert

RGB 221 192 120 -
CMYK 0 0.13 0.46 0.13
HSL 42.77º 0.6% 0.67% -
HSV(B) 42.77º 0.46% 0.87% -
XYZ 52.06 54.43 25.53 -
YUV 192.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 221 192 120 0 0.13 0.46 0.13 42.77 0.6 0.67
Hex DD C0 78 0 D 2E D 2B 3C 43
Octal 335 300 170 0 15 56 15 53 74 103
Binary 11011101 11000000 1111000 0 1101 101110 1101 101011 111100 1000011

Color Harmonies of #DDC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC078

Black with #DDC078

Text Example


Text Example

White with #DDC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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