Html Css Color HEX #DA982F Buttercup

📋 copy color: '#DA982F'

red 218 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #DA982F

Tints of Buttercup #DA982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 52.28%
G = 36.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA982F (or 0xDA982F) is known color: Buttercup. HEX triplet: DA, 98 and 2F. RGB value is (218,152,47). Sum of RGB (Red+Green+Blue) = 218+152+47=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA982F is #2567D0. Grayscale: #A0A0A0. Windows color (decimal): -2451409 or 3119322. OLE color: 3119322.

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

Color convert

RGB 218 152 47 -
CMYK 0 0.30 0.78 0.15
HSL 36.84º 0.7% 0.52% -
HSV(B) 36.84º 0.78% 0.85% -
XYZ 40.65 37.57 7.8 -
YUV 159.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 218 152 47 0 0.30 0.78 0.15 36.84 0.7 0.52
Hex DA 98 2F 0 1E 4E F 25 46 34
Octal 332 230 57 0 36 116 17 45 106 64
Binary 11011010 10011000 101111 0 11110 1001110 1111 100101 1000110 110100

Color Harmonies of #DA982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA982F

Black with #DA982F

Text Example


Text Example

White with #DA982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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