Html Css Color HEX #DDC770 Chenin

📋 copy color: '#DDC770'

red 221 ◦ green 199 ◦ blue 112

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

Shades of Chenin #DDC770

Tints of Chenin #DDC770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 41.54%
G = 37.41%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC770 (or 0xDDC770) is known color: Chenin. HEX triplet: DD, C7 and 70. RGB value is (221,199,112). Sum of RGB (Red+Green+Blue) = 221+199+112=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC770 is #22388F. Grayscale: #C4C4C4. Windows color (decimal): -2242704 or 7391197. OLE color: 7391197.

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

Color convert

RGB 221 199 112 -
CMYK 0 0.10 0.49 0.13
HSL 47.89º 0.62% 0.65% -
HSV(B) 47.89º 0.49% 0.87% -
XYZ 53.17 57.39 23.6 -
YUV 195.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 221 199 112 0 0.10 0.49 0.13 47.89 0.62 0.65
Hex DD C7 70 0 A 31 D 30 3E 41
Octal 335 307 160 0 12 61 15 60 76 101
Binary 11011101 11000111 1110000 0 1010 110001 1101 110000 111110 1000001

Color Harmonies of #DDC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC770

Black with #DDC770

Text Example


Text Example

White with #DDC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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