Html Css Color HEX #DDC277 Chenin

📋 copy color: '#DDC277'

red 221 ◦ green 194 ◦ blue 119

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

Shades of Chenin #DDC277

Tints of Chenin #DDC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.33%

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

R = 41.39%
G = 36.33%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDC277 (or 0xDDC277) is known color: Chenin. HEX triplet: DD, C2 and 77. RGB value is (221,194,119). Sum of RGB (Red+Green+Blue) = 221+194+119=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC277 is #223D88. Grayscale: #C1C1C1. Windows color (decimal): -2243977 or 7848669. OLE color: 7848669.

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

Color convert

RGB 221 194 119 -
CMYK 0 0.12 0.46 0.13
HSL 44.12º 0.6% 0.67% -
HSV(B) 44.12º 0.46% 0.87% -
XYZ 52.44 55.29 25.36 -
YUV 193.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 221 194 119 0 0.12 0.46 0.13 44.12 0.6 0.67
Hex DD C2 77 0 C 2E D 2C 3C 43
Octal 335 302 167 0 14 56 15 54 74 103
Binary 11011101 11000010 1110111 0 1100 101110 1101 101100 111100 1000011

Color Harmonies of #DDC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC277

Black with #DDC277

Text Example


Text Example

White with #DDC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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