Html Css Color HEX #DA921A Buttercup

📋 copy color: '#DA921A'

red 218 ◦ green 146 ◦ blue 26

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

Shades of Buttercup #DA921A

Tints of Buttercup #DA921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 55.9%
G = 37.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA921A (or 0xDA921A) is known color: Buttercup. HEX triplet: DA, 92 and 1A. RGB value is (218,146,26). Sum of RGB (Red+Green+Blue) = 218+146+26=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA921A is #256DE5. Grayscale: #9A9A9A. Windows color (decimal): -2452966 or 1741530. OLE color: 1741530.

HSL color Cylindrical-coordinate representation of color #DA921A: hue angle of 37.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA921A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 26 -
CMYK 0 0.33 0.88 0.15
HSL 37.5º 0.79% 0.48% -
HSV(B) 37.5º 0.88% 0.85% -
XYZ 39.38 35.54 5.76 -
YUV 153.85 55.85 173.76 -
System Red Green Blue C M Y K H S L
Decimal 218 146 26 0 0.33 0.88 0.15 37.5 0.79 0.48
Hex DA 92 1A 0 21 58 F 26 4F 30
Octal 332 222 32 0 41 130 17 46 117 60
Binary 11011010 10010010 11010 0 100001 1011000 1111 100110 1001111 110000

Color Harmonies of #DA921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA921A

Black with #DA921A

Text Example


Text Example

White with #DA921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA921A; }

 p { color: rgb(218,146,26); }

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

background-color css

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

 a { background-color: rgb(218,146,26); }

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

border-color css

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

 span { border-color: rgb(218,146,26); }

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