Html Css Color HEX #DA982D Buttercup

📋 copy color: '#DA982D'

red 218 ◦ green 152 ◦ blue 45

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

Shades of Buttercup #DA982D

Tints of Buttercup #DA982D

RGB

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

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

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

R = 52.53%
G = 36.63%
B = 10.84%

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

#DA982D (or 0xDA982D) is known color: Buttercup. HEX triplet: DA, 98 and 2D. RGB value is (218,152,45). Sum of RGB (Red+Green+Blue) = 218+152+45=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA982D is #2567D2. Grayscale: #A0A0A0. Windows color (decimal): -2451411 or 2988250. OLE color: 2988250.

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

Color convert

RGB 218 152 45 -
CMYK 0 0.30 0.79 0.15
HSL 37.11º 0.7% 0.52% -
HSV(B) 37.11º 0.79% 0.85% -
XYZ 40.62 37.55 7.59 -
YUV 159.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 218 152 45 0 0.30 0.79 0.15 37.11 0.7 0.52
Hex DA 98 2D 0 1E 4F F 25 46 34
Octal 332 230 55 0 36 117 17 45 106 64
Binary 11011010 10011000 101101 0 11110 1001111 1111 100101 1000110 110100

Color Harmonies of #DA982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA982D

Black with #DA982D

Text Example


Text Example

White with #DA982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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