Html Css Color HEX #DDC674 Chenin

📋 copy color: '#DDC674'

red 221 ◦ green 198 ◦ blue 116

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

Shades of Chenin #DDC674

Tints of Chenin #DDC674

RGB

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

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

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

R = 41.31%
G = 37.01%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC674 (or 0xDDC674) is known color: Chenin. HEX triplet: DD, C6 and 74. RGB value is (221,198,116). Sum of RGB (Red+Green+Blue) = 221+198+116=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC674 is #22398B. Grayscale: #C3C3C3. Windows color (decimal): -2242956 or 7653085. OLE color: 7653085.

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

Color convert

RGB 221 198 116 -
CMYK 0 0.10 0.48 0.13
HSL 46.86º 0.61% 0.66% -
HSV(B) 46.86º 0.48% 0.87% -
XYZ 53.17 57.02 24.73 -
YUV 195.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 221 198 116 0 0.10 0.48 0.13 46.86 0.61 0.66
Hex DD C6 74 0 A 30 D 2F 3D 42
Octal 335 306 164 0 12 60 15 57 75 102
Binary 11011101 11000110 1110100 0 1010 110000 1101 101111 111101 1000010

Color Harmonies of #DDC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC674

Black with #DDC674

Text Example


Text Example

White with #DDC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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