Html Css Color HEX #DA982E Buttercup

📋 copy color: '#DA982E'

red 218 ◦ green 152 ◦ blue 46

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

Shades of Buttercup #DA982E

Tints of Buttercup #DA982E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 52.4%
G = 36.54%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA982E (or 0xDA982E) is known color: Buttercup. HEX triplet: DA, 98 and 2E. RGB value is (218,152,46). Sum of RGB (Red+Green+Blue) = 218+152+46=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA982E is #2567D1. Grayscale: #A0A0A0. Windows color (decimal): -2451410 or 3053786. OLE color: 3053786.

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

Color convert

RGB 218 152 46 -
CMYK 0 0.30 0.79 0.15
HSL 36.98º 0.7% 0.52% -
HSV(B) 36.98º 0.79% 0.85% -
XYZ 40.63 37.56 7.69 -
YUV 159.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 218 152 46 0 0.30 0.79 0.15 36.98 0.7 0.52
Hex DA 98 2E 0 1E 4F F 25 46 34
Octal 332 230 56 0 36 117 17 45 106 64
Binary 11011010 10011000 101110 0 11110 1001111 1111 100101 1000110 110100

Color Harmonies of #DA982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA982E

Black with #DA982E

Text Example


Text Example

White with #DA982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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