Html Css Color HEX #DDC977 Chenin

📋 copy color: '#DDC977'

red 221 ◦ green 201 ◦ blue 119

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

Shades of Chenin #DDC977

Tints of Chenin #DDC977

RGB

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

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

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

R = 40.85%
G = 37.15%
B = 22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDC977 (or 0xDDC977) is known color: Chenin. HEX triplet: DD, C9 and 77. RGB value is (221,201,119). Sum of RGB (Red+Green+Blue) = 221+201+119=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC977 is #223688. Grayscale: #C5C5C5. Windows color (decimal): -2242185 or 7850461. OLE color: 7850461.

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

Color convert

RGB 221 201 119 -
CMYK 0 0.09 0.46 0.13
HSL 48.24º 0.6% 0.67% -
HSV(B) 48.24º 0.46% 0.87% -
XYZ 54.04 58.48 25.89 -
YUV 197.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 221 201 119 0 0.09 0.46 0.13 48.24 0.6 0.67
Hex DD C9 77 0 9 2E D 30 3C 43
Octal 335 311 167 0 11 56 15 60 74 103
Binary 11011101 11001001 1110111 0 1001 101110 1101 110000 111100 1000011

Color Harmonies of #DDC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC977

Black with #DDC977

Text Example


Text Example

White with #DDC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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