Html Css Color HEX #DA911B Buttercup

📋 copy color: '#DA911B'

red 218 ◦ green 145 ◦ blue 27

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

Shades of Buttercup #DA911B

Tints of Buttercup #DA911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

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

R = 55.9%
G = 37.18%
B = 6.92%

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

#DA911B (or 0xDA911B) is known color: Buttercup. HEX triplet: DA, 91 and 1B. RGB value is (218,145,27). Sum of RGB (Red+Green+Blue) = 218+145+27=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA911B is #256EE4. Grayscale: #999999. Windows color (decimal): -2453221 or 1806810. OLE color: 1806810.

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

Color convert

RGB 218 145 27 -
CMYK 0 0.33 0.88 0.15
HSL 37.07º 0.78% 0.48% -
HSV(B) 37.07º 0.88% 0.85% -
XYZ 39.24 35.24 5.77 -
YUV 153.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 218 145 27 0 0.33 0.88 0.15 37.07 0.78 0.48
Hex DA 91 1B 0 21 58 F 25 4E 30
Octal 332 221 33 0 41 130 17 45 116 60
Binary 11011010 10010001 11011 0 100001 1011000 1111 100101 1001110 110000

Color Harmonies of #DA911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA911B

Black with #DA911B

Text Example


Text Example

White with #DA911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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