Html Css Color HEX #DDC278 Chenin

📋 copy color: '#DDC278'

red 221 ◦ green 194 ◦ blue 120

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

Shades of Chenin #DDC278

Tints of Chenin #DDC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

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

R = 41.31%
G = 36.26%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDC278 (or 0xDDC278) is known color: Chenin. HEX triplet: DD, C2 and 78. RGB value is (221,194,120). Sum of RGB (Red+Green+Blue) = 221+194+120=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC278 is #223D87. Grayscale: #C1C1C1. Windows color (decimal): -2243976 or 7914205. OLE color: 7914205.

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

Color convert

RGB 221 194 120 -
CMYK 0 0.12 0.46 0.13
HSL 43.96º 0.6% 0.67% -
HSV(B) 43.96º 0.46% 0.87% -
XYZ 52.5 55.31 25.68 -
YUV 193.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 221 194 120 0 0.12 0.46 0.13 43.96 0.6 0.67
Hex DD C2 78 0 C 2E D 2C 3C 43
Octal 335 302 170 0 14 56 15 54 74 103
Binary 11011101 11000010 1111000 0 1100 101110 1101 101100 111100 1000011

Color Harmonies of #DDC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC278

Black with #DDC278

Text Example


Text Example

White with #DDC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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