Html Css Color HEX #DA982A Buttercup

📋 copy color: '#DA982A'

red 218 ◦ green 152 ◦ blue 42

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

Shades of Buttercup #DA982A

Tints of Buttercup #DA982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 52.91%
G = 36.89%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA982A (or 0xDA982A) is known color: Buttercup. HEX triplet: DA, 98 and 2A. RGB value is (218,152,42). Sum of RGB (Red+Green+Blue) = 218+152+42=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA982A is #2567D5. Grayscale: #9F9F9F. Windows color (decimal): -2451414 or 2791642. OLE color: 2791642.

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

Color convert

RGB 218 152 42 -
CMYK 0 0.30 0.81 0.15
HSL 37.5º 0.7% 0.51% -
HSV(B) 37.5º 0.81% 0.85% -
XYZ 40.56 37.53 7.3 -
YUV 159.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 218 152 42 0 0.30 0.81 0.15 37.5 0.7 0.51
Hex DA 98 2A 0 1E 51 F 26 46 33
Octal 332 230 52 0 36 121 17 46 106 63
Binary 11011010 10011000 101010 0 11110 1010001 1111 100110 1000110 110011

Color Harmonies of #DA982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA982A

Black with #DA982A

Text Example


Text Example

White with #DA982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA982A; }

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

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

background-color css

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

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

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

border-color css

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

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

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