Html Css Color HEX #DA971F Buttercup

📋 copy color: '#DA971F'

red 218 ◦ green 151 ◦ blue 31

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

Shades of Buttercup #DA971F

Tints of Buttercup #DA971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 54.5%
G = 37.75%
B = 7.75%

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

#DA971F (or 0xDA971F) is known color: Buttercup. HEX triplet: DA, 97 and 1F. RGB value is (218,151,31). Sum of RGB (Red+Green+Blue) = 218+151+31=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA971F is #2568E0. Grayscale: #9D9D9D. Windows color (decimal): -2451681 or 2070490. OLE color: 2070490.

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

Color convert

RGB 218 151 31 -
CMYK 0 0.31 0.86 0.15
HSL 38.5º 0.75% 0.49% -
HSV(B) 38.5º 0.86% 0.85% -
XYZ 40.23 37.14 6.34 -
YUV 157.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 218 151 31 0 0.31 0.86 0.15 38.5 0.75 0.49
Hex DA 97 1F 0 1F 56 F 27 4B 31
Octal 332 227 37 0 37 126 17 47 113 61
Binary 11011010 10010111 11111 0 11111 1010110 1111 100111 1001011 110001

Color Harmonies of #DA971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA971F

Black with #DA971F

Text Example


Text Example

White with #DA971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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