Html Css Color HEX #DA982B Buttercup

📋 copy color: '#DA982B'

red 218 ◦ green 152 ◦ blue 43

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

Shades of Buttercup #DA982B

Tints of Buttercup #DA982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 52.78%
G = 36.8%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA982B (or 0xDA982B) is known color: Buttercup. HEX triplet: DA, 98 and 2B. RGB value is (218,152,43). Sum of RGB (Red+Green+Blue) = 218+152+43=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA982B is #2567D4. Grayscale: #9F9F9F. Windows color (decimal): -2451413 or 2857178. OLE color: 2857178.

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

Color convert

RGB 218 152 43 -
CMYK 0 0.30 0.80 0.15
HSL 37.37º 0.7% 0.51% -
HSV(B) 37.37º 0.8% 0.85% -
XYZ 40.58 37.54 7.39 -
YUV 159.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 218 152 43 0 0.30 0.80 0.15 37.37 0.7 0.51
Hex DA 98 2B 0 1E 50 F 25 46 33
Octal 332 230 53 0 36 120 17 45 106 63
Binary 11011010 10011000 101011 0 11110 1010000 1111 100101 1000110 110011

Color Harmonies of #DA982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA982B

Black with #DA982B

Text Example


Text Example

White with #DA982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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