Html Css Color HEX #D09A50 Twine

📋 copy color: '#D09A50'

red 208 ◦ green 154 ◦ blue 80

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

Shades of Twine #D09A50

Tints of Twine #D09A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

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

R = 47.06%
G = 34.84%
B = 18.1%

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

#D09A50 (or 0xD09A50) is known color: Twine. HEX triplet: D0, 9A and 50. RGB value is (208,154,80). Sum of RGB (Red+Green+Blue) = 208+154+80=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A50 is #2F65AF. Grayscale: #A2A2A2. Windows color (decimal): -3106224 or 5282512. OLE color: 5282512.

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

Color convert

RGB 208 154 80 -
CMYK 0 0.26 0.62 0.18
HSL 34.69º 0.58% 0.56% -
HSV(B) 34.69º 0.62% 0.82% -
XYZ 39.02 37.1 12.69 -
YUV 161.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 208 154 80 0 0.26 0.62 0.18 34.69 0.58 0.56
Hex D0 9A 50 0 1A 3E 12 23 3A 38
Octal 320 232 120 0 32 76 22 43 72 70
Binary 11010000 10011010 1010000 0 11010 111110 10010 100011 111010 111000

Color Harmonies of #D09A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A50

Black with #D09A50

Text Example


Text Example

White with #D09A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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