Html Css Color HEX #DDC477 Chenin

📋 copy color: '#DDC477'

red 221 ◦ green 196 ◦ blue 119

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

Shades of Chenin #DDC477

Tints of Chenin #DDC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.57%

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 41.23%
G = 36.57%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDC477 (or 0xDDC477) is known color: Chenin. HEX triplet: DD, C4 and 77. RGB value is (221,196,119). Sum of RGB (Red+Green+Blue) = 221+196+119=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC477 is #223B88. Grayscale: #C3C3C3. Windows color (decimal): -2243465 or 7849181. OLE color: 7849181.

HSL color Cylindrical-coordinate representation of color #DDC477: hue angle of 45.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDC477 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 119 -
CMYK 0 0.11 0.46 0.13
HSL 45.29º 0.6% 0.67% -
HSV(B) 45.29º 0.46% 0.87% -
XYZ 52.89 56.18 25.51 -
YUV 194.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 221 196 119 0 0.11 0.46 0.13 45.29 0.6 0.67
Hex DD C4 77 0 B 2E D 2D 3C 43
Octal 335 304 167 0 13 56 15 55 74 103
Binary 11011101 11000100 1110111 0 1011 101110 1101 101101 111100 1000011

Color Harmonies of #DDC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC477

Black with #DDC477

Text Example


Text Example

White with #DDC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC477; }

 p { color: rgb(221,196,119); }

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

background-color css

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

 a { background-color: rgb(221,196,119); }

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

border-color css

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

 span { border-color: rgb(221,196,119); }

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