Html Css Color HEX #DA9426 Buttercup

📋 copy color: '#DA9426'

red 218 ◦ green 148 ◦ blue 38

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

Shades of Buttercup #DA9426

Tints of Buttercup #DA9426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 53.96%
G = 36.63%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA9426 (or 0xDA9426) is known color: Buttercup. HEX triplet: DA, 94 and 26. RGB value is (218,148,38). Sum of RGB (Red+Green+Blue) = 218+148+38=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9426 is #256BD9. Grayscale: #9C9C9C. Windows color (decimal): -2452442 or 2528474. OLE color: 2528474.

HSL color Cylindrical-coordinate representation of color #DA9426: hue angle of 36.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA9426 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 38 -
CMYK 0 0.32 0.83 0.15
HSL 36.67º 0.71% 0.5% -
HSV(B) 36.67º 0.83% 0.85% -
XYZ 39.85 36.23 6.73 -
YUV 156.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 218 148 38 0 0.32 0.83 0.15 36.67 0.71 0.5
Hex DA 94 26 0 20 53 F 25 47 32
Octal 332 224 46 0 40 123 17 45 107 62
Binary 11011010 10010100 100110 0 100000 1010011 1111 100101 1000111 110010

Color Harmonies of #DA9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9426

Black with #DA9426

Text Example


Text Example

White with #DA9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9426; }

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

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

background-color css

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

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

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

border-color css

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

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

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