Html Css Color HEX #DA8C24 Buttercup

📋 copy color: '#DA8C24'

red 218 ◦ green 140 ◦ blue 36

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

Shades of Buttercup #DA8C24

Tints of Buttercup #DA8C24

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

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

R = 55.33%
G = 35.53%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8C24 (or 0xDA8C24) is known color: Buttercup. HEX triplet: DA, 8C and 24. RGB value is (218,140,36). Sum of RGB (Red+Green+Blue) = 218+140+36=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C24 is #2573DB. Grayscale: #979797. Windows color (decimal): -2454492 or 2395354. OLE color: 2395354.

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

Color convert

RGB 218 140 36 -
CMYK 0 0.36 0.83 0.15
HSL 34.29º 0.72% 0.5% -
HSV(B) 34.29º 0.83% 0.85% -
XYZ 38.61 33.79 6.16 -
YUV 151.47 62.84 175.46 -
System Red Green Blue C M Y K H S L
Decimal 218 140 36 0 0.36 0.83 0.15 34.29 0.72 0.5
Hex DA 8C 24 0 24 53 F 22 48 32
Octal 332 214 44 0 44 123 17 42 110 62
Binary 11011010 10001100 100100 0 100100 1010011 1111 100010 1001000 110010

Color Harmonies of #DA8C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C24

Black with #DA8C24

Text Example


Text Example

White with #DA8C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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