Html Css Color HEX #D0914D Twine

📋 copy color: '#D0914D'

red 208 ◦ green 145 ◦ blue 77

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

Shades of Twine #D0914D

Tints of Twine #D0914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 48.37%
G = 33.72%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0914D (or 0xD0914D) is known color: Twine. HEX triplet: D0, 91 and 4D. RGB value is (208,145,77). Sum of RGB (Red+Green+Blue) = 208+145+77=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0914D is #2F6EB2. Grayscale: #9C9C9C. Windows color (decimal): -3108531 or 5083600. OLE color: 5083600.

HSL color Cylindrical-coordinate representation of color #D0914D: hue angle of 31.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0914D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 77 -
CMYK 0 0.30 0.63 0.18
HSL 31.15º 0.58% 0.56% -
HSV(B) 31.15º 0.63% 0.82% -
XYZ 37.48 34.2 11.65 -
YUV 156.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 208 145 77 0 0.30 0.63 0.18 31.15 0.58 0.56
Hex D0 91 4D 0 1E 3F 12 1F 3A 38
Octal 320 221 115 0 36 77 22 37 72 70
Binary 11010000 10010001 1001101 0 11110 111111 10010 11111 111010 111000

Color Harmonies of #D0914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0914D

Black with #D0914D

Text Example


Text Example

White with #D0914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0914D; }

 p { color: rgb(208,145,77); }

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

background-color css

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

 a { background-color: rgb(208,145,77); }

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

border-color css

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

 span { border-color: rgb(208,145,77); }

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