Html Css Color HEX #DA8A24 Buttercup

📋 copy color: '#DA8A24'

red 218 ◦ green 138 ◦ blue 36

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

Shades of Buttercup #DA8A24

Tints of Buttercup #DA8A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.18%

R = 55.61%
G = 35.2%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8A24 (or 0xDA8A24) is known color: Buttercup. HEX triplet: DA, 8A and 24. RGB value is (218,138,36). Sum of RGB (Red+Green+Blue) = 218+138+36=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A24 is #2575DB. Grayscale: #969696. Windows color (decimal): -2455004 or 2394842. OLE color: 2394842.

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

Color convert

RGB 218 138 36 -
CMYK 0 0.37 0.83 0.15
HSL 33.63º 0.72% 0.5% -
HSV(B) 33.63º 0.83% 0.85% -
XYZ 38.32 33.21 6.06 -
YUV 150.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 218 138 36 0 0.37 0.83 0.15 33.63 0.72 0.5
Hex DA 8A 24 0 25 53 F 22 48 32
Octal 332 212 44 0 45 123 17 42 110 62
Binary 11011010 10001010 100100 0 100101 1010011 1111 100010 1001000 110010

Color Harmonies of #DA8A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A24

Black with #DA8A24

Text Example


Text Example

White with #DA8A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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