Html Css Color HEX #DA992B Buttercup

📋 copy color: '#DA992B'

red 218 ◦ green 153 ◦ blue 43

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

Shades of Buttercup #DA992B

Tints of Buttercup #DA992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.39%

R = 52.66%
G = 36.96%
B = 10.39%

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

#DA992B (or 0xDA992B) is known color: Buttercup. HEX triplet: DA, 99 and 2B. RGB value is (218,153,43). Sum of RGB (Red+Green+Blue) = 218+153+43=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA992B is #2566D4. Grayscale: #A0A0A0. Windows color (decimal): -2451157 or 2857434. OLE color: 2857434.

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

Color convert

RGB 218 153 43 -
CMYK 0 0.30 0.80 0.15
HSL 37.71º 0.7% 0.51% -
HSV(B) 37.71º 0.8% 0.85% -
XYZ 40.74 37.86 7.45 -
YUV 159.9 62.03 169.44 -
System Red Green Blue C M Y K H S L
Decimal 218 153 43 0 0.30 0.80 0.15 37.71 0.7 0.51
Hex DA 99 2B 0 1E 50 F 26 46 33
Octal 332 231 53 0 36 120 17 46 106 63
Binary 11011010 10011001 101011 0 11110 1010000 1111 100110 1000110 110011

Color Harmonies of #DA992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA992B

Black with #DA992B

Text Example


Text Example

White with #DA992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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