Html Css Color HEX #DA8A18 Buttercup

📋 copy color: '#DA8A18'

red 218 ◦ green 138 ◦ blue 24

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

Shades of Buttercup #DA8A18

Tints of Buttercup #DA8A18

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 57.37%
G = 36.32%
B = 6.32%

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

#DA8A18 (or 0xDA8A18) is known color: Buttercup. HEX triplet: DA, 8A and 18. RGB value is (218,138,24). Sum of RGB (Red+Green+Blue) = 218+138+24=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8A18 is #2575E7. Grayscale: #959595. Windows color (decimal): -2455016 or 1608410. OLE color: 1608410.

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

Color convert

RGB 218 138 24 -
CMYK 0 0.37 0.89 0.15
HSL 35.26º 0.8% 0.47% -
HSV(B) 35.26º 0.89% 0.85% -
XYZ 38.17 33.15 5.25 -
YUV 148.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 218 138 24 0 0.37 0.89 0.15 35.26 0.8 0.47
Hex DA 8A 18 0 25 59 F 23 50 2F
Octal 332 212 30 0 45 131 17 43 120 57
Binary 11011010 10001010 11000 0 100101 1011001 1111 100011 1010000 101111

Color Harmonies of #DA8A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A18

Black with #DA8A18

Text Example


Text Example

White with #DA8A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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