Html Css Color HEX #D0931E Buttercup

📋 copy color: '#D0931E'

red 208 ◦ green 147 ◦ blue 30

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

Shades of Buttercup #D0931E

Tints of Buttercup #D0931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 54.03%
G = 38.18%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0931E (or 0xD0931E) is known color: Buttercup. HEX triplet: D0, 93 and 1E. RGB value is (208,147,30). Sum of RGB (Red+Green+Blue) = 208+147+30=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0931E is #2F6CE1. Grayscale: #989898. Windows color (decimal): -3108066 or 2003920. OLE color: 2003920.

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

Color convert

RGB 208 147 30 -
CMYK 0 0.29 0.86 0.18
HSL 39.44º 0.75% 0.47% -
HSV(B) 39.44º 0.86% 0.82% -
XYZ 36.68 34.37 5.93 -
YUV 151.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 208 147 30 0 0.29 0.86 0.18 39.44 0.75 0.47
Hex D0 93 1E 0 1D 56 12 27 4B 2F
Octal 320 223 36 0 35 126 22 47 113 57
Binary 11010000 10010011 11110 0 11101 1010110 10010 100111 1001011 101111

Color Harmonies of #D0931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0931E

Black with #D0931E

Text Example


Text Example

White with #D0931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0931E; }

 p { color: rgb(208,147,30); }

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

background-color css

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

 a { background-color: rgb(208,147,30); }

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

border-color css

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

 span { border-color: rgb(208,147,30); }

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