Html Css Color HEX #DA972D Buttercup

📋 copy color: '#DA972D'

red 218 ◦ green 151 ◦ blue 45

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

Shades of Buttercup #DA972D

Tints of Buttercup #DA972D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.87%

R = 52.66%
G = 36.47%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA972D (or 0xDA972D) is known color: Buttercup. HEX triplet: DA, 97 and 2D. RGB value is (218,151,45). Sum of RGB (Red+Green+Blue) = 218+151+45=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA972D is #2568D2. Grayscale: #9F9F9F. Windows color (decimal): -2451667 or 2987994. OLE color: 2987994.

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

Color convert

RGB 218 151 45 -
CMYK 0 0.31 0.79 0.15
HSL 36.76º 0.7% 0.52% -
HSV(B) 36.76º 0.79% 0.85% -
XYZ 40.45 37.23 7.54 -
YUV 158.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 218 151 45 0 0.31 0.79 0.15 36.76 0.7 0.52
Hex DA 97 2D 0 1F 4F F 25 46 34
Octal 332 227 55 0 37 117 17 45 106 64
Binary 11011010 10010111 101101 0 11111 1001111 1111 100101 1000110 110100

Color Harmonies of #DA972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA972D

Black with #DA972D

Text Example


Text Example

White with #DA972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA972D; }

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

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

background-color css

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

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

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

border-color css

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

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

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