Html Css Color HEX #DA951A Buttercup

📋 copy color: '#DA951A'

red 218 ◦ green 149 ◦ blue 26

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

Shades of Buttercup #DA951A

Tints of Buttercup #DA951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 55.47%
G = 37.91%
B = 6.62%

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

#DA951A (or 0xDA951A) is known color: Buttercup. HEX triplet: DA, 95 and 1A. RGB value is (218,149,26). Sum of RGB (Red+Green+Blue) = 218+149+26=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA951A is #256AE5. Grayscale: #9C9C9C. Windows color (decimal): -2452198 or 1742298. OLE color: 1742298.

HSL color Cylindrical-coordinate representation of color #DA951A: hue angle of 38.44º 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 #DA951A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 26 -
CMYK 0 0.32 0.88 0.15
HSL 38.44º 0.79% 0.48% -
HSV(B) 38.44º 0.88% 0.85% -
XYZ 39.85 36.47 5.92 -
YUV 155.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 218 149 26 0 0.32 0.88 0.15 38.44 0.79 0.48
Hex DA 95 1A 0 20 58 F 26 4F 30
Octal 332 225 32 0 40 130 17 46 117 60
Binary 11011010 10010101 11010 0 100000 1011000 1111 100110 1001111 110000

Color Harmonies of #DA951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA951A

Black with #DA951A

Text Example


Text Example

White with #DA951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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