Html Css Color HEX #D0994F Twine

📋 copy color: '#D0994F'

red 208 ◦ green 153 ◦ blue 79

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

Shades of Twine #D0994F

Tints of Twine #D0994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 47.27%
G = 34.77%
B = 17.95%

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

#D0994F (or 0xD0994F) is known color: Twine. HEX triplet: D0, 99 and 4F. RGB value is (208,153,79). Sum of RGB (Red+Green+Blue) = 208+153+79=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0994F is #2F66B0. Grayscale: #A1A1A1. Windows color (decimal): -3106481 or 5216720. OLE color: 5216720.

HSL color Cylindrical-coordinate representation of color #D0994F: hue angle of 34.42º 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 #D0994F is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 79 -
CMYK 0 0.26 0.62 0.18
HSL 34.42º 0.58% 0.56% -
HSV(B) 34.42º 0.62% 0.82% -
XYZ 38.81 36.76 12.45 -
YUV 161.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 208 153 79 0 0.26 0.62 0.18 34.42 0.58 0.56
Hex D0 99 4F 0 1A 3E 12 22 3A 38
Octal 320 231 117 0 32 76 22 42 72 70
Binary 11010000 10011001 1001111 0 11010 111110 10010 100010 111010 111000

Color Harmonies of #D0994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0994F

Black with #D0994F

Text Example


Text Example

White with #D0994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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