Html Css Color HEX #DA992A Buttercup

📋 copy color: '#DA992A'

red 218 ◦ green 153 ◦ blue 42

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

Shades of Buttercup #DA992A

Tints of Buttercup #DA992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 52.78%
G = 37.05%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA992A (or 0xDA992A) is known color: Buttercup. HEX triplet: DA, 99 and 2A. RGB value is (218,153,42). Sum of RGB (Red+Green+Blue) = 218+153+42=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA992A is #2566D5. Grayscale: #A0A0A0. Windows color (decimal): -2451158 or 2791898. OLE color: 2791898.

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

Color convert

RGB 218 153 42 -
CMYK 0 0.30 0.81 0.15
HSL 37.84º 0.7% 0.51% -
HSV(B) 37.84º 0.81% 0.85% -
XYZ 40.72 37.86 7.35 -
YUV 159.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 218 153 42 0 0.30 0.81 0.15 37.84 0.7 0.51
Hex DA 99 2A 0 1E 51 F 26 46 33
Octal 332 231 52 0 36 121 17 46 106 63
Binary 11011010 10011001 101010 0 11110 1010001 1111 100110 1000110 110011

Color Harmonies of #DA992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA992A

Black with #DA992A

Text Example


Text Example

White with #DA992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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