Html Css Color HEX #DDC175 Chenin

📋 copy color: '#DDC175'

red 221 ◦ green 193 ◦ blue 117

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

Shades of Chenin #DDC175

Tints of Chenin #DDC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

 BLUE value IS 117 (46.09% from 255) = 22.03%

R = 41.62%
G = 36.35%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC175 (or 0xDDC175) is known color: Chenin. HEX triplet: DD, C1 and 75. RGB value is (221,193,117). Sum of RGB (Red+Green+Blue) = 221+193+117=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC175 is #223E8A. Grayscale: #C1C1C1. Windows color (decimal): -2244235 or 7717341. OLE color: 7717341.

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

Color convert

RGB 221 193 117 -
CMYK 0 0.13 0.47 0.13
HSL 43.85º 0.6% 0.66% -
HSV(B) 43.85º 0.47% 0.87% -
XYZ 52.1 54.8 24.66 -
YUV 192.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 221 193 117 0 0.13 0.47 0.13 43.85 0.6 0.66
Hex DD C1 75 0 D 2F D 2C 3C 42
Octal 335 301 165 0 15 57 15 54 74 102
Binary 11011101 11000001 1110101 0 1101 101111 1101 101100 111100 1000010

Color Harmonies of #DDC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC175

Black with #DDC175

Text Example


Text Example

White with #DDC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC175; }

 p { color: rgb(221,193,117); }

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

background-color css

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

 a { background-color: rgb(221,193,117); }

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

border-color css

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

 span { border-color: rgb(221,193,117); }

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