Html Css Color HEX #DA992E Buttercup

📋 copy color: '#DA992E'

red 218 ◦ green 153 ◦ blue 46

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

Shades of Buttercup #DA992E

Tints of Buttercup #DA992E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 52.28%
G = 36.69%
B = 11.03%

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

#DA992E (or 0xDA992E) is known color: Buttercup. HEX triplet: DA, 99 and 2E. RGB value is (218,153,46). Sum of RGB (Red+Green+Blue) = 218+153+46=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA992E is #2566D1. Grayscale: #A0A0A0. Windows color (decimal): -2451154 or 3054042. OLE color: 3054042.

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

Color convert

RGB 218 153 46 -
CMYK 0 0.30 0.79 0.15
HSL 37.33º 0.7% 0.52% -
HSV(B) 37.33º 0.79% 0.85% -
XYZ 40.8 37.89 7.75 -
YUV 160.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 218 153 46 0 0.30 0.79 0.15 37.33 0.7 0.52
Hex DA 99 2E 0 1E 4F F 25 46 34
Octal 332 231 56 0 36 117 17 45 106 64
Binary 11011010 10011001 101110 0 11110 1001111 1111 100101 1000110 110100

Color Harmonies of #DA992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA992E

Black with #DA992E

Text Example


Text Example

White with #DA992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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