Html Css Color HEX #DDC970 Chenin

📋 copy color: '#DDC970'

red 221 ◦ green 201 ◦ blue 112

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

Shades of Chenin #DDC970

Tints of Chenin #DDC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.64%

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

R = 41.39%
G = 37.64%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC970 (or 0xDDC970) is known color: Chenin. HEX triplet: DD, C9 and 70. RGB value is (221,201,112). Sum of RGB (Red+Green+Blue) = 221+201+112=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC970 is #22368F. Grayscale: #C5C5C5. Windows color (decimal): -2242192 or 7391709. OLE color: 7391709.

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

Color convert

RGB 221 201 112 -
CMYK 0 0.09 0.49 0.13
HSL 48.99º 0.62% 0.65% -
HSV(B) 48.99º 0.49% 0.87% -
XYZ 53.63 58.32 23.76 -
YUV 196.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 221 201 112 0 0.09 0.49 0.13 48.99 0.62 0.65
Hex DD C9 70 0 9 31 D 31 3E 41
Octal 335 311 160 0 11 61 15 61 76 101
Binary 11011101 11001001 1110000 0 1001 110001 1101 110001 111110 1000001

Color Harmonies of #DDC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC970

Black with #DDC970

Text Example


Text Example

White with #DDC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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