Html Css Color HEX #DDC773 Chenin

📋 copy color: '#DDC773'

red 221 ◦ green 199 ◦ blue 115

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

Shades of Chenin #DDC773

Tints of Chenin #DDC773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.2%

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

R = 41.31%
G = 37.2%
B = 21.5%

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

#DDC773 (or 0xDDC773) is known color: Chenin. HEX triplet: DD, C7 and 73. RGB value is (221,199,115). Sum of RGB (Red+Green+Blue) = 221+199+115=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC773 is #22388C. Grayscale: #C4C4C4. Windows color (decimal): -2242701 or 7587805. OLE color: 7587805.

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

Color convert

RGB 221 199 115 -
CMYK 0 0.10 0.48 0.13
HSL 47.55º 0.61% 0.66% -
HSV(B) 47.55º 0.48% 0.87% -
XYZ 53.34 57.46 24.5 -
YUV 196 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 221 199 115 0 0.10 0.48 0.13 47.55 0.61 0.66
Hex DD C7 73 0 A 30 D 30 3D 42
Octal 335 307 163 0 12 60 15 60 75 102
Binary 11011101 11000111 1110011 0 1010 110000 1101 110000 111101 1000010

Color Harmonies of #DDC773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC773

Black with #DDC773

Text Example


Text Example

White with #DDC773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC773; }

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

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

background-color css

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

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

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

border-color css

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

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

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