Html Css Color HEX #DA992F Buttercup

📋 copy color: '#DA992F'

red 218 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #DA992F

Tints of Buttercup #DA992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

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

R = 52.15%
G = 36.6%
B = 11.24%

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

#DA992F (or 0xDA992F) is known color: Buttercup. HEX triplet: DA, 99 and 2F. RGB value is (218,153,47). Sum of RGB (Red+Green+Blue) = 218+153+47=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA992F is #2566D0. Grayscale: #A0A0A0. Windows color (decimal): -2451153 or 3119578. OLE color: 3119578.

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

Color convert

RGB 218 153 47 -
CMYK 0 0.30 0.78 0.15
HSL 37.19º 0.7% 0.52% -
HSV(B) 37.19º 0.78% 0.85% -
XYZ 40.82 37.89 7.85 -
YUV 160.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 218 153 47 0 0.30 0.78 0.15 37.19 0.7 0.52
Hex DA 99 2F 0 1E 4E F 25 46 34
Octal 332 231 57 0 36 116 17 45 106 64
Binary 11011010 10011001 101111 0 11110 1001110 1111 100101 1000110 110100

Color Harmonies of #DA992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA992F

Black with #DA992F

Text Example


Text Example

White with #DA992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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