Html Css Color HEX #DDC274 Chenin

📋 copy color: '#DDC274'

red 221 ◦ green 194 ◦ blue 116

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

Shades of Chenin #DDC274

Tints of Chenin #DDC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 41.62%
G = 36.53%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC274 (or 0xDDC274) is known color: Chenin. HEX triplet: DD, C2 and 74. RGB value is (221,194,116). Sum of RGB (Red+Green+Blue) = 221+194+116=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC274 is #223D8B. Grayscale: #C1C1C1. Windows color (decimal): -2243980 or 7652061. OLE color: 7652061.

HSL color Cylindrical-coordinate representation of color #DDC274: hue angle of 44.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDC274 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 116 -
CMYK 0 0.12 0.48 0.13
HSL 44.57º 0.61% 0.66% -
HSV(B) 44.57º 0.48% 0.87% -
XYZ 52.26 55.22 24.43 -
YUV 193.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 221 194 116 0 0.12 0.48 0.13 44.57 0.61 0.66
Hex DD C2 74 0 C 30 D 2D 3D 42
Octal 335 302 164 0 14 60 15 55 75 102
Binary 11011101 11000010 1110100 0 1100 110000 1101 101101 111101 1000010

Color Harmonies of #DDC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC274

Black with #DDC274

Text Example


Text Example

White with #DDC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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