Html Css Color HEX #DA971E Buttercup

📋 copy color: '#DA971E'

red 218 ◦ green 151 ◦ blue 30

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

Shades of Buttercup #DA971E

Tints of Buttercup #DA971E

RGB

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

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

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

R = 54.64%
G = 37.84%
B = 7.52%

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

#DA971E (or 0xDA971E) is known color: Buttercup. HEX triplet: DA, 97 and 1E. RGB value is (218,151,30). Sum of RGB (Red+Green+Blue) = 218+151+30=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA971E is #2568E1. Grayscale: #9D9D9D. Windows color (decimal): -2451682 or 2004954. OLE color: 2004954.

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

Color convert

RGB 218 151 30 -
CMYK 0 0.31 0.86 0.15
HSL 38.62º 0.76% 0.49% -
HSV(B) 38.62º 0.86% 0.85% -
XYZ 40.21 37.13 6.28 -
YUV 157.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 218 151 30 0 0.31 0.86 0.15 38.62 0.76 0.49
Hex DA 97 1E 0 1F 56 F 27 4C 31
Octal 332 227 36 0 37 126 17 47 114 61
Binary 11011010 10010111 11110 0 11111 1010110 1111 100111 1001100 110001

Color Harmonies of #DA971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA971E

Black with #DA971E

Text Example


Text Example

White with #DA971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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