Html Css Color HEX #DDC070 Chenin

📋 copy color: '#DDC070'

red 221 ◦ green 192 ◦ blue 112

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

Shades of Chenin #DDC070

Tints of Chenin #DDC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

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

R = 42.1%
G = 36.57%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC070 (or 0xDDC070) is known color: Chenin. HEX triplet: DD, C0 and 70. RGB value is (221,192,112). Sum of RGB (Red+Green+Blue) = 221+192+112=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC070 is #223F8F. Grayscale: #BFBFBF. Windows color (decimal): -2244496 or 7389405. OLE color: 7389405.

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

Color convert

RGB 221 192 112 -
CMYK 0 0.13 0.49 0.13
HSL 44.04º 0.62% 0.65% -
HSV(B) 44.04º 0.49% 0.87% -
XYZ 51.59 54.24 23.08 -
YUV 191.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 221 192 112 0 0.13 0.49 0.13 44.04 0.62 0.65
Hex DD C0 70 0 D 31 D 2C 3E 41
Octal 335 300 160 0 15 61 15 54 76 101
Binary 11011101 11000000 1110000 0 1101 110001 1101 101100 111110 1000001

Color Harmonies of #DDC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC070

Black with #DDC070

Text Example


Text Example

White with #DDC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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