Html Css Color HEX #DA941E Buttercup

📋 copy color: '#DA941E'

red 218 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #DA941E

Tints of Buttercup #DA941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 55.05%
G = 37.37%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA941E (or 0xDA941E) is known color: Buttercup. HEX triplet: DA, 94 and 1E. RGB value is (218,148,30). Sum of RGB (Red+Green+Blue) = 218+148+30=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA941E is #256BE1. Grayscale: #9C9C9C. Windows color (decimal): -2452450 or 2004186. OLE color: 2004186.

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

Color convert

RGB 218 148 30 -
CMYK 0 0.32 0.86 0.15
HSL 37.66º 0.76% 0.49% -
HSV(B) 37.66º 0.86% 0.85% -
XYZ 39.74 36.18 6.12 -
YUV 155.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 218 148 30 0 0.32 0.86 0.15 37.66 0.76 0.49
Hex DA 94 1E 0 20 56 F 26 4C 31
Octal 332 224 36 0 40 126 17 46 114 61
Binary 11011010 10010100 11110 0 100000 1010110 1111 100110 1001100 110001

Color Harmonies of #DA941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA941E

Black with #DA941E

Text Example


Text Example

White with #DA941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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