Html Css Color HEX #DDC973 Chenin

📋 copy color: '#DDC973'

red 221 ◦ green 201 ◦ blue 115

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

Shades of Chenin #DDC973

Tints of Chenin #DDC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 41.15%
G = 37.43%
B = 21.42%

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

#DDC973 (or 0xDDC973) is known color: Chenin. HEX triplet: DD, C9 and 73. RGB value is (221,201,115). Sum of RGB (Red+Green+Blue) = 221+201+115=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC973 is #22368C. Grayscale: #C5C5C5. Windows color (decimal): -2242189 or 7588317. OLE color: 7588317.

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

Color convert

RGB 221 201 115 -
CMYK 0 0.09 0.48 0.13
HSL 48.68º 0.61% 0.66% -
HSV(B) 48.68º 0.48% 0.87% -
XYZ 53.8 58.38 24.65 -
YUV 197.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 221 201 115 0 0.09 0.48 0.13 48.68 0.61 0.66
Hex DD C9 73 0 9 30 D 31 3D 42
Octal 335 311 163 0 11 60 15 61 75 102
Binary 11011101 11001001 1110011 0 1001 110000 1101 110001 111101 1000010

Color Harmonies of #DDC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC973

Black with #DDC973

Text Example


Text Example

White with #DDC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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