Html Css Color HEX #DA921B Buttercup

📋 copy color: '#DA921B'

red 218 ◦ green 146 ◦ blue 27

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

Shades of Buttercup #DA921B

Tints of Buttercup #DA921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 55.75%
G = 37.34%
B = 6.91%

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

#DA921B (or 0xDA921B) is known color: Buttercup. HEX triplet: DA, 92 and 1B. RGB value is (218,146,27). Sum of RGB (Red+Green+Blue) = 218+146+27=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA921B is #256DE4. Grayscale: #9A9A9A. Windows color (decimal): -2452965 or 1807066. OLE color: 1807066.

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

Color convert

RGB 218 146 27 -
CMYK 0 0.33 0.88 0.15
HSL 37.38º 0.78% 0.48% -
HSV(B) 37.38º 0.88% 0.85% -
XYZ 39.39 35.54 5.82 -
YUV 153.96 56.35 173.68 -
System Red Green Blue C M Y K H S L
Decimal 218 146 27 0 0.33 0.88 0.15 37.38 0.78 0.48
Hex DA 92 1B 0 21 58 F 25 4E 30
Octal 332 222 33 0 41 130 17 45 116 60
Binary 11011010 10010010 11011 0 100001 1011000 1111 100101 1001110 110000

Color Harmonies of #DA921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA921B

Black with #DA921B

Text Example


Text Example

White with #DA921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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