Html Css Color HEX #DDC775 Chenin

📋 copy color: '#DDC775'

red 221 ◦ green 199 ◦ blue 117

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

Shades of Chenin #DDC775

Tints of Chenin #DDC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.06%

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

R = 41.15%
G = 37.06%
B = 21.79%

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

#DDC775 (or 0xDDC775) is known color: Chenin. HEX triplet: DD, C7 and 75. RGB value is (221,199,117). Sum of RGB (Red+Green+Blue) = 221+199+117=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC775 is #22388A. Grayscale: #C4C4C4. Windows color (decimal): -2242699 or 7718877. OLE color: 7718877.

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

Color convert

RGB 221 199 117 -
CMYK 0 0.10 0.47 0.13
HSL 47.31º 0.6% 0.66% -
HSV(B) 47.31º 0.47% 0.87% -
XYZ 53.45 57.5 25.11 -
YUV 196.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 221 199 117 0 0.10 0.47 0.13 47.31 0.6 0.66
Hex DD C7 75 0 A 2F D 2F 3C 42
Octal 335 307 165 0 12 57 15 57 74 102
Binary 11011101 11000111 1110101 0 1010 101111 1101 101111 111100 1000010

Color Harmonies of #DDC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC775

Black with #DDC775

Text Example


Text Example

White with #DDC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC775; }

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

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

background-color css

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

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

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

border-color css

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

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

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