Html Css Color HEX #DA8D26 Buttercup

📋 copy color: '#DA8D26'

red 218 ◦ green 141 ◦ blue 38

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

Shades of Buttercup #DA8D26

Tints of Buttercup #DA8D26

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 54.91%
G = 35.52%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8D26 (or 0xDA8D26) is known color: Buttercup. HEX triplet: DA, 8D and 26. RGB value is (218,141,38). Sum of RGB (Red+Green+Blue) = 218+141+38=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D26 is #2572D9. Grayscale: #989898. Windows color (decimal): -2454234 or 2526682. OLE color: 2526682.

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

Color convert

RGB 218 141 38 -
CMYK 0 0.35 0.83 0.15
HSL 34.33º 0.71% 0.5% -
HSV(B) 34.33º 0.83% 0.85% -
XYZ 38.79 34.1 6.37 -
YUV 152.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 218 141 38 0 0.35 0.83 0.15 34.33 0.71 0.5
Hex DA 8D 26 0 23 53 F 22 47 32
Octal 332 215 46 0 43 123 17 42 107 62
Binary 11011010 10001101 100110 0 100011 1010011 1111 100010 1000111 110010

Color Harmonies of #DA8D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D26

Black with #DA8D26

Text Example


Text Example

White with #DA8D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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