Html Css Color HEX #D0994E Twine

📋 copy color: '#D0994E'

red 208 ◦ green 153 ◦ blue 78

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

Shades of Twine #D0994E

Tints of Twine #D0994E

RGB

 RED value IS 208 (81.64% from 255) = 47.38%

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

 BLUE value IS 78 (30.86% from 255) = 17.77%

R = 47.38%
G = 34.85%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0994E (or 0xD0994E) is known color: Twine. HEX triplet: D0, 99 and 4E. RGB value is (208,153,78). Sum of RGB (Red+Green+Blue) = 208+153+78=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0994E is #2F66B1. Grayscale: #A1A1A1. Windows color (decimal): -3106482 or 5151184. OLE color: 5151184.

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

Color convert

RGB 208 153 78 -
CMYK 0 0.26 0.62 0.18
HSL 34.62º 0.58% 0.56% -
HSV(B) 34.62º 0.63% 0.82% -
XYZ 38.78 36.74 12.26 -
YUV 160.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 208 153 78 0 0.26 0.62 0.18 34.62 0.58 0.56
Hex D0 99 4E 0 1A 3E 12 23 3A 38
Octal 320 231 116 0 32 76 22 43 72 70
Binary 11010000 10011001 1001110 0 11010 111110 10010 100011 111010 111000

Color Harmonies of #D0994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0994E

Black with #D0994E

Text Example


Text Example

White with #D0994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0994E; }

 p { color: rgb(208,153,78); }

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

background-color css

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

 a { background-color: rgb(208,153,78); }

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

border-color css

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

 span { border-color: rgb(208,153,78); }

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