Html Css Color HEX #D09650 Twine

📋 copy color: '#D09650'

red 208 ◦ green 150 ◦ blue 80

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

Shades of Twine #D09650

Tints of Twine #D09650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.25%

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

R = 47.49%
G = 34.25%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D09650 (or 0xD09650) is known color: Twine. HEX triplet: D0, 96 and 50. RGB value is (208,150,80). Sum of RGB (Red+Green+Blue) = 208+150+80=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D09650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09650 is #2F69AF. Grayscale: #9F9F9F. Windows color (decimal): -3107248 or 5281488. OLE color: 5281488.

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

Color convert

RGB 208 150 80 -
CMYK 0 0.28 0.62 0.18
HSL 32.81º 0.58% 0.56% -
HSV(B) 32.81º 0.62% 0.82% -
XYZ 38.37 35.8 12.48 -
YUV 159.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 208 150 80 0 0.28 0.62 0.18 32.81 0.58 0.56
Hex D0 96 50 0 1C 3E 12 21 3A 38
Octal 320 226 120 0 34 76 22 41 72 70
Binary 11010000 10010110 1010000 0 11100 111110 10010 100001 111010 111000

Color Harmonies of #D09650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09650

Black with #D09650

Text Example


Text Example

White with #D09650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09650; }

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

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

background-color css

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

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

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

border-color css

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

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

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