Html Css Color HEX #DDC470 Chenin

📋 copy color: '#DDC470'

red 221 ◦ green 196 ◦ blue 112

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

Shades of Chenin #DDC470

Tints of Chenin #DDC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

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

R = 41.78%
G = 37.05%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC470 (or 0xDDC470) is known color: Chenin. HEX triplet: DD, C4 and 70. RGB value is (221,196,112). Sum of RGB (Red+Green+Blue) = 221+196+112=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC470 is #223B8F. Grayscale: #C2C2C2. Windows color (decimal): -2243472 or 7390429. OLE color: 7390429.

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

Color convert

RGB 221 196 112 -
CMYK 0 0.11 0.49 0.13
HSL 46.24º 0.62% 0.65% -
HSV(B) 46.24º 0.49% 0.87% -
XYZ 52.48 56.02 23.38 -
YUV 193.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 221 196 112 0 0.11 0.49 0.13 46.24 0.62 0.65
Hex DD C4 70 0 B 31 D 2E 3E 41
Octal 335 304 160 0 13 61 15 56 76 101
Binary 11011101 11000100 1110000 0 1011 110001 1101 101110 111110 1000001

Color Harmonies of #DDC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC470

Black with #DDC470

Text Example


Text Example

White with #DDC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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