Html Css Color HEX #DA961E Buttercup

📋 copy color: '#DA961E'

red 218 ◦ green 150 ◦ blue 30

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

Shades of Buttercup #DA961E

Tints of Buttercup #DA961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

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

R = 54.77%
G = 37.69%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA961E (or 0xDA961E) is known color: Buttercup. HEX triplet: DA, 96 and 1E. RGB value is (218,150,30). Sum of RGB (Red+Green+Blue) = 218+150+30=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA961E is #2569E1. Grayscale: #9D9D9D. Windows color (decimal): -2451938 or 2004698. OLE color: 2004698.

HSL color Cylindrical-coordinate representation of color #DA961E: hue angle of 38.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA961E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 30 -
CMYK 0 0.31 0.86 0.15
HSL 38.3º 0.76% 0.49% -
HSV(B) 38.3º 0.86% 0.85% -
XYZ 40.05 36.81 6.22 -
YUV 156.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 218 150 30 0 0.31 0.86 0.15 38.3 0.76 0.49
Hex DA 96 1E 0 1F 56 F 26 4C 31
Octal 332 226 36 0 37 126 17 46 114 61
Binary 11011010 10010110 11110 0 11111 1010110 1111 100110 1001100 110001

Color Harmonies of #DA961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA961E

Black with #DA961E

Text Example


Text Example

White with #DA961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA961E; }

 p { color: rgb(218,150,30); }

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

background-color css

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

 a { background-color: rgb(218,150,30); }

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

border-color css

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

 span { border-color: rgb(218,150,30); }

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