Html Css Color HEX #DA981F Buttercup

📋 copy color: '#DA981F'

red 218 ◦ green 152 ◦ blue 31

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

Shades of Buttercup #DA981F

Tints of Buttercup #DA981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 54.36%
G = 37.91%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA981F (or 0xDA981F) is known color: Buttercup. HEX triplet: DA, 98 and 1F. RGB value is (218,152,31). Sum of RGB (Red+Green+Blue) = 218+152+31=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA981F is #2567E0. Grayscale: #9E9E9E. Windows color (decimal): -2451425 or 2070746. OLE color: 2070746.

HSL color Cylindrical-coordinate representation of color #DA981F: hue angle of 38.82º degrees, saturation: 0.75, 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 #DA981F is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 31 -
CMYK 0 0.30 0.86 0.15
HSL 38.82º 0.75% 0.49% -
HSV(B) 38.82º 0.86% 0.85% -
XYZ 40.39 37.46 6.4 -
YUV 157.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 218 152 31 0 0.30 0.86 0.15 38.82 0.75 0.49
Hex DA 98 1F 0 1E 56 F 27 4B 31
Octal 332 230 37 0 36 126 17 47 113 61
Binary 11011010 10011000 11111 0 11110 1010110 1111 100111 1001011 110001

Color Harmonies of #DA981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA981F

Black with #DA981F

Text Example


Text Example

White with #DA981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA981F; }

 p { color: rgb(218,152,31); }

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

background-color css

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

 a { background-color: rgb(218,152,31); }

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

border-color css

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

 span { border-color: rgb(218,152,31); }

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