Html Css Color HEX #DDC974 Chenin

📋 copy color: '#DDC974'

red 221 ◦ green 201 ◦ blue 116

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

Shades of Chenin #DDC974

Tints of Chenin #DDC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.36%

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

R = 41.08%
G = 37.36%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC974 (or 0xDDC974) is known color: Chenin. HEX triplet: DD, C9 and 74. RGB value is (221,201,116). Sum of RGB (Red+Green+Blue) = 221+201+116=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC974 is #22368B. Grayscale: #C5C5C5. Windows color (decimal): -2242188 or 7653853. OLE color: 7653853.

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

Color convert

RGB 221 201 116 -
CMYK 0 0.09 0.48 0.13
HSL 48.57º 0.61% 0.66% -
HSV(B) 48.57º 0.48% 0.87% -
XYZ 53.86 58.41 24.96 -
YUV 197.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 221 201 116 0 0.09 0.48 0.13 48.57 0.61 0.66
Hex DD C9 74 0 9 30 D 31 3D 42
Octal 335 311 164 0 11 60 15 61 75 102
Binary 11011101 11001001 1110100 0 1001 110000 1101 110001 111101 1000010

Color Harmonies of #DDC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC974

Black with #DDC974

Text Example


Text Example

White with #DDC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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