Html Css Color HEX #D0891F Buttercup

📋 copy color: '#D0891F'

red 208 ◦ green 137 ◦ blue 31

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

Shades of Buttercup #D0891F

Tints of Buttercup #D0891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 55.32%
G = 36.44%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0891F (or 0xD0891F) is known color: Buttercup. HEX triplet: D0, 89 and 1F. RGB value is (208,137,31). Sum of RGB (Red+Green+Blue) = 208+137+31=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0891F is #2F76E0. Grayscale: #929292. Windows color (decimal): -3110625 or 2066896. OLE color: 2066896.

HSL color Cylindrical-coordinate representation of color #D0891F: hue angle of 35.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0891F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 31 -
CMYK 0 0.34 0.85 0.18
HSL 35.93º 0.74% 0.47% -
HSV(B) 35.93º 0.85% 0.82% -
XYZ 35.21 31.4 5.5 -
YUV 146.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 208 137 31 0 0.34 0.85 0.18 35.93 0.74 0.47
Hex D0 89 1F 0 22 55 12 24 4A 2F
Octal 320 211 37 0 42 125 22 44 112 57
Binary 11010000 10001001 11111 0 100010 1010101 10010 100100 1001010 101111

Color Harmonies of #D0891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0891F

Black with #D0891F

Text Example


Text Example

White with #D0891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0891F; }

 p { color: rgb(208,137,31); }

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

background-color css

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

 a { background-color: rgb(208,137,31); }

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

border-color css

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

 span { border-color: rgb(208,137,31); }

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