Html Css Color HEX #DA911E Buttercup

📋 copy color: '#DA911E'

red 218 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #DA911E

Tints of Buttercup #DA911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.63%

R = 55.47%
G = 36.9%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA911E (or 0xDA911E) is known color: Buttercup. HEX triplet: DA, 91 and 1E. RGB value is (218,145,30). Sum of RGB (Red+Green+Blue) = 218+145+30=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA911E is #256EE1. Grayscale: #9A9A9A. Windows color (decimal): -2453218 or 2003418. OLE color: 2003418.

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

Color convert

RGB 218 145 30 -
CMYK 0 0.33 0.86 0.15
HSL 36.7º 0.76% 0.49% -
HSV(B) 36.7º 0.86% 0.85% -
XYZ 39.27 35.25 5.96 -
YUV 153.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 218 145 30 0 0.33 0.86 0.15 36.7 0.76 0.49
Hex DA 91 1E 0 21 56 F 25 4C 31
Octal 332 221 36 0 41 126 17 45 114 61
Binary 11011010 10010001 11110 0 100001 1010110 1111 100101 1001100 110001

Color Harmonies of #DA911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA911E

Black with #DA911E

Text Example


Text Example

White with #DA911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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