Html Css Color HEX #DDC377 Chenin

📋 copy color: '#DDC377'

red 221 ◦ green 195 ◦ blue 119

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

Shades of Chenin #DDC377

Tints of Chenin #DDC377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 41.31%
G = 36.45%
B = 22.24%

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

#DDC377 (or 0xDDC377) is known color: Chenin. HEX triplet: DD, C3 and 77. RGB value is (221,195,119). Sum of RGB (Red+Green+Blue) = 221+195+119=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC377 is #223C88. Grayscale: #C2C2C2. Windows color (decimal): -2243721 or 7848925. OLE color: 7848925.

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

Color convert

RGB 221 195 119 -
CMYK 0 0.12 0.46 0.13
HSL 44.71º 0.6% 0.67% -
HSV(B) 44.71º 0.46% 0.87% -
XYZ 52.66 55.73 25.43 -
YUV 194.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 221 195 119 0 0.12 0.46 0.13 44.71 0.6 0.67
Hex DD C3 77 0 C 2E D 2D 3C 43
Octal 335 303 167 0 14 56 15 55 74 103
Binary 11011101 11000011 1110111 0 1100 101110 1101 101101 111100 1000011

Color Harmonies of #DDC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC377

Black with #DDC377

Text Example


Text Example

White with #DDC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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