Html Css Color HEX #D09750 Twine

📋 copy color: '#D09750'

red 208 ◦ green 151 ◦ blue 80

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

Shades of Twine #D09750

Tints of Twine #D09750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

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

R = 47.38%
G = 34.4%
B = 18.22%

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

#D09750 (or 0xD09750) is known color: Twine. HEX triplet: D0, 97 and 50. RGB value is (208,151,80). Sum of RGB (Red+Green+Blue) = 208+151+80=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D09750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09750 is #2F68AF. Grayscale: #A0A0A0. Windows color (decimal): -3106992 or 5281744. OLE color: 5281744.

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

Color convert

RGB 208 151 80 -
CMYK 0 0.27 0.62 0.18
HSL 33.28º 0.58% 0.56% -
HSV(B) 33.28º 0.62% 0.82% -
XYZ 38.53 36.12 12.53 -
YUV 159.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 208 151 80 0 0.27 0.62 0.18 33.28 0.58 0.56
Hex D0 97 50 0 1B 3E 12 21 3A 38
Octal 320 227 120 0 33 76 22 41 72 70
Binary 11010000 10010111 1010000 0 11011 111110 10010 100001 111010 111000

Color Harmonies of #D09750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09750

Black with #D09750

Text Example


Text Example

White with #D09750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09750; }

 p { color: rgb(208,151,80); }

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

background-color css

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

 a { background-color: rgb(208,151,80); }

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

border-color css

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

 span { border-color: rgb(208,151,80); }

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