Html Css Color HEX #D0941A Buttercup

📋 copy color: '#D0941A'

red 208 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #D0941A

Tints of Buttercup #D0941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.81%

R = 54.45%
G = 38.74%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0941A (or 0xD0941A) is known color: Buttercup. HEX triplet: D0, 94 and 1A. RGB value is (208,148,26). Sum of RGB (Red+Green+Blue) = 208+148+26=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0941A is #2F6BE5. Grayscale: #989898. Windows color (decimal): -3107814 or 1742032. OLE color: 1742032.

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

Color convert

RGB 208 148 26 -
CMYK 0 0.29 0.88 0.18
HSL 40.22º 0.78% 0.46% -
HSV(B) 40.22º 0.88% 0.82% -
XYZ 36.79 34.66 5.73 -
YUV 152.03 56.88 167.92 -
System Red Green Blue C M Y K H S L
Decimal 208 148 26 0 0.29 0.88 0.18 40.22 0.78 0.46
Hex D0 94 1A 0 1D 58 12 28 4E 2E
Octal 320 224 32 0 35 130 22 50 116 56
Binary 11010000 10010100 11010 0 11101 1011000 10010 101000 1001110 101110

Color Harmonies of #D0941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0941A

Black with #D0941A

Text Example


Text Example

White with #D0941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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