Html Css Color HEX #DDC074 Chenin

📋 copy color: '#DDC074'

red 221 ◦ green 192 ◦ blue 116

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

Shades of Chenin #DDC074

Tints of Chenin #DDC074

RGB

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

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

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

R = 41.78%
G = 36.29%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC074 (or 0xDDC074) is known color: Chenin. HEX triplet: DD, C0 and 74. RGB value is (221,192,116). Sum of RGB (Red+Green+Blue) = 221+192+116=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC074 is #223F8B. Grayscale: #C0C0C0. Windows color (decimal): -2244492 or 7651549. OLE color: 7651549.

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

Color convert

RGB 221 192 116 -
CMYK 0 0.13 0.48 0.13
HSL 43.43º 0.61% 0.66% -
HSV(B) 43.43º 0.48% 0.87% -
XYZ 51.82 54.33 24.28 -
YUV 192.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 221 192 116 0 0.13 0.48 0.13 43.43 0.61 0.66
Hex DD C0 74 0 D 30 D 2B 3D 42
Octal 335 300 164 0 15 60 15 53 75 102
Binary 11011101 11000000 1110100 0 1101 110000 1101 101011 111101 1000010

Color Harmonies of #DDC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC074

Black with #DDC074

Text Example


Text Example

White with #DDC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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