Html Css Color HEX #D0941C Buttercup

📋 copy color: '#D0941C'

red 208 ◦ green 148 ◦ blue 28

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

Shades of Buttercup #D0941C

Tints of Buttercup #D0941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 54.17%
G = 38.54%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0941C (or 0xD0941C) is known color: Buttercup. HEX triplet: D0, 94 and 1C. RGB value is (208,148,28). Sum of RGB (Red+Green+Blue) = 208+148+28=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0941C is #2F6BE3. Grayscale: #989898. Windows color (decimal): -3107812 or 1873104. OLE color: 1873104.

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

Color convert

RGB 208 148 28 -
CMYK 0 0.29 0.87 0.18
HSL 40º 0.76% 0.46% -
HSV(B) 40º 0.87% 0.82% -
XYZ 36.81 34.67 5.85 -
YUV 152.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 208 148 28 0 0.29 0.87 0.18 40 0.76 0.46
Hex D0 94 1C 0 1D 57 12 28 4C 2E
Octal 320 224 34 0 35 127 22 50 114 56
Binary 11010000 10010100 11100 0 11101 1010111 10010 101000 1001100 101110

Color Harmonies of #D0941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0941C

Black with #D0941C

Text Example


Text Example

White with #D0941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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