Html Css Color HEX #D0984F Twine

📋 copy color: '#D0984F'

red 208 ◦ green 152 ◦ blue 79

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

Shades of Twine #D0984F

Tints of Twine #D0984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

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

R = 47.38%
G = 34.62%
B = 18%

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

#D0984F (or 0xD0984F) is known color: Twine. HEX triplet: D0, 98 and 4F. RGB value is (208,152,79). Sum of RGB (Red+Green+Blue) = 208+152+79=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0984F is #2F67B0. Grayscale: #A0A0A0. Windows color (decimal): -3106737 or 5216464. OLE color: 5216464.

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

Color convert

RGB 208 152 79 -
CMYK 0 0.27 0.62 0.18
HSL 33.95º 0.58% 0.56% -
HSV(B) 33.95º 0.62% 0.82% -
XYZ 38.65 36.43 12.39 -
YUV 160.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 208 152 79 0 0.27 0.62 0.18 33.95 0.58 0.56
Hex D0 98 4F 0 1B 3E 12 22 3A 38
Octal 320 230 117 0 33 76 22 42 72 70
Binary 11010000 10011000 1001111 0 11011 111110 10010 100010 111010 111000

Color Harmonies of #D0984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0984F

Black with #D0984F

Text Example


Text Example

White with #D0984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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