Html Css Color HEX #D0941E Buttercup

📋 copy color: '#D0941E'

red 208 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #D0941E

Tints of Buttercup #D0941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 53.89%
G = 38.34%
B = 7.77%

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

#D0941E (or 0xD0941E) is known color: Buttercup. HEX triplet: D0, 94 and 1E. RGB value is (208,148,30). Sum of RGB (Red+Green+Blue) = 208+148+30=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0941E is #2F6BE1. Grayscale: #999999. Windows color (decimal): -3107810 or 2004176. OLE color: 2004176.

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

Color convert

RGB 208 148 30 -
CMYK 0 0.29 0.86 0.18
HSL 39.78º 0.75% 0.47% -
HSV(B) 39.78º 0.86% 0.82% -
XYZ 36.84 34.68 5.98 -
YUV 152.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 208 148 30 0 0.29 0.86 0.18 39.78 0.75 0.47
Hex D0 94 1E 0 1D 56 12 28 4B 2F
Octal 320 224 36 0 35 126 22 50 113 57
Binary 11010000 10010100 11110 0 11101 1010110 10010 101000 1001011 101111

Color Harmonies of #D0941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0941E

Black with #D0941E

Text Example


Text Example

White with #D0941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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