Html Css Color HEX #DDC371 Chenin

📋 copy color: '#DDC371'

red 221 ◦ green 195 ◦ blue 113

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

Shades of Chenin #DDC371

Tints of Chenin #DDC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 41.78%
G = 36.86%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC371 (or 0xDDC371) is known color: Chenin. HEX triplet: DD, C3 and 71. RGB value is (221,195,113). Sum of RGB (Red+Green+Blue) = 221+195+113=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC371 is #223C8E. Grayscale: #C1C1C1. Windows color (decimal): -2243727 or 7455709. OLE color: 7455709.

HSL color Cylindrical-coordinate representation of color #DDC371: hue angle of 45.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDC371 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 113 -
CMYK 0 0.12 0.49 0.13
HSL 45.56º 0.61% 0.65% -
HSV(B) 45.56º 0.49% 0.87% -
XYZ 52.31 55.59 23.6 -
YUV 193.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 221 195 113 0 0.12 0.49 0.13 45.56 0.61 0.65
Hex DD C3 71 0 C 31 D 2E 3D 41
Octal 335 303 161 0 14 61 15 56 75 101
Binary 11011101 11000011 1110001 0 1100 110001 1101 101110 111101 1000001

Color Harmonies of #DDC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC371

Black with #DDC371

Text Example


Text Example

White with #DDC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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