Html Css Color HEX #D19950 Twine

📋 copy color: '#D19950'

red 209 ◦ green 153 ◦ blue 80

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

Shades of Twine #D19950

Tints of Twine #D19950

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 47.29%
G = 34.62%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D19950 (or 0xD19950) is known color: Twine. HEX triplet: D1, 99 and 50. RGB value is (209,153,80). Sum of RGB (Red+Green+Blue) = 209+153+80=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D19950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19950 is #2E66AF. Grayscale: #A1A1A1. Windows color (decimal): -3040944 or 5282257. OLE color: 5282257.

HSL color Cylindrical-coordinate representation of color #D19950: hue angle of 33.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D19950 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 80 -
CMYK 0 0.27 0.62 0.18
HSL 33.95º 0.58% 0.57% -
HSV(B) 33.95º 0.62% 0.82% -
XYZ 39.13 36.92 12.65 -
YUV 161.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 209 153 80 0 0.27 0.62 0.18 33.95 0.58 0.57
Hex D1 99 50 0 1B 3E 12 22 3A 39
Octal 321 231 120 0 33 76 22 42 72 71
Binary 11010001 10011001 1010000 0 11011 111110 10010 100010 111010 111001

Color Harmonies of #D19950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19950

Black with #D19950

Text Example


Text Example

White with #D19950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19950; }

 p { color: rgb(209,153,80); }

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

background-color css

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

 a { background-color: rgb(209,153,80); }

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

border-color css

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

 span { border-color: rgb(209,153,80); }

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