Html Css Color HEX #DA8918 Buttercup

📋 copy color: '#DA8918'

red 218 ◦ green 137 ◦ blue 24

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

Shades of Buttercup #DA8918

Tints of Buttercup #DA8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 57.52%
G = 36.15%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8918 (or 0xDA8918) is known color: Buttercup. HEX triplet: DA, 89 and 18. RGB value is (218,137,24). Sum of RGB (Red+Green+Blue) = 218+137+24=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8918 is #2576E7. Grayscale: #949494. Windows color (decimal): -2455272 or 1608154. OLE color: 1608154.

HSL color Cylindrical-coordinate representation of color #DA8918: hue angle of 34.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA8918 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 24 -
CMYK 0 0.37 0.89 0.15
HSL 34.95º 0.8% 0.47% -
HSV(B) 34.95º 0.89% 0.85% -
XYZ 38.02 32.86 5.2 -
YUV 148.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 218 137 24 0 0.37 0.89 0.15 34.95 0.8 0.47
Hex DA 89 18 0 25 59 F 23 50 2F
Octal 332 211 30 0 45 131 17 43 120 57
Binary 11011010 10001001 11000 0 100101 1011001 1111 100011 1010000 101111

Color Harmonies of #DA8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8918

Black with #DA8918

Text Example


Text Example

White with #DA8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8918; }

 p { color: rgb(218,137,24); }

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

background-color css

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

 a { background-color: rgb(218,137,24); }

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

border-color css

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

 span { border-color: rgb(218,137,24); }

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