Html Css Color HEX #DDC679 Chenin

📋 copy color: '#DDC679'

red 221 ◦ green 198 ◦ blue 121

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

Shades of Chenin #DDC679

Tints of Chenin #DDC679

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 40.93%
G = 36.67%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC679 (or 0xDDC679) is known color: Chenin. HEX triplet: DD, C6 and 79. RGB value is (221,198,121). Sum of RGB (Red+Green+Blue) = 221+198+121=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC679 is #223986. Grayscale: #C4C4C4. Windows color (decimal): -2242951 or 7980765. OLE color: 7980765.

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

Color convert

RGB 221 198 121 -
CMYK 0 0.10 0.45 0.13
HSL 46.2º 0.6% 0.67% -
HSV(B) 46.2º 0.45% 0.87% -
XYZ 53.46 57.14 26.3 -
YUV 196.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 221 198 121 0 0.10 0.45 0.13 46.2 0.6 0.67
Hex DD C6 79 0 A 2D D 2E 3C 43
Octal 335 306 171 0 12 55 15 56 74 103
Binary 11011101 11000110 1111001 0 1010 101101 1101 101110 111100 1000011

Color Harmonies of #DDC679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC679

Black with #DDC679

Text Example


Text Example

White with #DDC679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC679; }

 p { color: rgb(221,198,121); }

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

background-color css

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

 a { background-color: rgb(221,198,121); }

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

border-color css

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

 span { border-color: rgb(221,198,121); }

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