Html Css Color HEX #DDB970 Chenin

📋 copy color: '#DDB970'

red 221 ◦ green 185 ◦ blue 112

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

Shades of Chenin #DDB970

Tints of Chenin #DDB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.71%

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

R = 42.66%
G = 35.71%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB970 (or 0xDDB970) is known color: Chenin. HEX triplet: DD, B9 and 70. RGB value is (221,185,112). Sum of RGB (Red+Green+Blue) = 221+185+112=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB970 is #22468F. Grayscale: #BBBBBB. Windows color (decimal): -2246288 or 7387613. OLE color: 7387613.

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

Color convert

RGB 221 185 112 -
CMYK 0 0.16 0.49 0.13
HSL 40.18º 0.62% 0.65% -
HSV(B) 40.18º 0.49% 0.87% -
XYZ 50.09 51.24 22.58 -
YUV 187.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 221 185 112 0 0.16 0.49 0.13 40.18 0.62 0.65
Hex DD B9 70 0 10 31 D 28 3E 41
Octal 335 271 160 0 20 61 15 50 76 101
Binary 11011101 10111001 1110000 0 10000 110001 1101 101000 111110 1000001

Color Harmonies of #DDB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB970

Black with #DDB970

Text Example


Text Example

White with #DDB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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