Html Css Color HEX #DDC875 Chenin

📋 copy color: '#DDC875'

red 221 ◦ green 200 ◦ blue 117

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

Shades of Chenin #DDC875

Tints of Chenin #DDC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

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

R = 41.08%
G = 37.17%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC875 (or 0xDDC875) is known color: Chenin. HEX triplet: DD, C8 and 75. RGB value is (221,200,117). Sum of RGB (Red+Green+Blue) = 221+200+117=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC875 is #22378A. Grayscale: #C5C5C5. Windows color (decimal): -2242443 or 7719133. OLE color: 7719133.

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

Color convert

RGB 221 200 117 -
CMYK 0 0.10 0.47 0.13
HSL 47.88º 0.6% 0.66% -
HSV(B) 47.88º 0.47% 0.87% -
XYZ 53.68 57.97 25.19 -
YUV 196.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 221 200 117 0 0.10 0.47 0.13 47.88 0.6 0.66
Hex DD C8 75 0 A 2F D 30 3C 42
Octal 335 310 165 0 12 57 15 60 74 102
Binary 11011101 11001000 1110101 0 1010 101111 1101 110000 111100 1000010

Color Harmonies of #DDC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC875

Black with #DDC875

Text Example


Text Example

White with #DDC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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