Html Css Color HEX #DA982C Buttercup

📋 copy color: '#DA982C'

red 218 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #DA982C

Tints of Buttercup #DA982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 52.66%
G = 36.71%
B = 10.63%

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

#DA982C (or 0xDA982C) is known color: Buttercup. HEX triplet: DA, 98 and 2C. RGB value is (218,152,44). Sum of RGB (Red+Green+Blue) = 218+152+44=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA982C is #2567D3. Grayscale: #9F9F9F. Windows color (decimal): -2451412 or 2922714. OLE color: 2922714.

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

Color convert

RGB 218 152 44 -
CMYK 0 0.30 0.80 0.15
HSL 37.24º 0.7% 0.51% -
HSV(B) 37.24º 0.8% 0.85% -
XYZ 40.6 37.54 7.49 -
YUV 159.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 218 152 44 0 0.30 0.80 0.15 37.24 0.7 0.51
Hex DA 98 2C 0 1E 50 F 25 46 33
Octal 332 230 54 0 36 120 17 45 106 63
Binary 11011010 10011000 101100 0 11110 1010000 1111 100101 1000110 110011

Color Harmonies of #DA982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA982C

Black with #DA982C

Text Example


Text Example

White with #DA982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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