Html Css Color HEX #DA941A Buttercup

📋 copy color: '#DA941A'

red 218 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #DA941A

Tints of Buttercup #DA941A

RGB

 RED value IS 218 (85.55% from 255) = 55.61%

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

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

R = 55.61%
G = 37.76%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA941A (or 0xDA941A) is known color: Buttercup. HEX triplet: DA, 94 and 1A. RGB value is (218,148,26). Sum of RGB (Red+Green+Blue) = 218+148+26=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA941A is #256BE5. Grayscale: #9B9B9B. Windows color (decimal): -2452454 or 1742042. OLE color: 1742042.

HSL color Cylindrical-coordinate representation of color #DA941A: hue angle of 38.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA941A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 26 -
CMYK 0 0.32 0.88 0.15
HSL 38.13º 0.79% 0.48% -
HSV(B) 38.13º 0.88% 0.85% -
XYZ 39.69 36.16 5.86 -
YUV 155.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 218 148 26 0 0.32 0.88 0.15 38.13 0.79 0.48
Hex DA 94 1A 0 20 58 F 26 4F 30
Octal 332 224 32 0 40 130 17 46 117 60
Binary 11011010 10010100 11010 0 100000 1011000 1111 100110 1001111 110000

Color Harmonies of #DA941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA941A

Black with #DA941A

Text Example


Text Example

White with #DA941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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