Html Css Color HEX #DA8C25 Buttercup

📋 copy color: '#DA8C25'

red 218 ◦ green 140 ◦ blue 37

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

Shades of Buttercup #DA8C25

Tints of Buttercup #DA8C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.37%

R = 55.19%
G = 35.44%
B = 9.37%

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

#DA8C25 (or 0xDA8C25) is known color: Buttercup. HEX triplet: DA, 8C and 25. RGB value is (218,140,37). Sum of RGB (Red+Green+Blue) = 218+140+37=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C25 is #2573DA. Grayscale: #989898. Windows color (decimal): -2454491 or 2460890. OLE color: 2460890.

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

Color convert

RGB 218 140 37 -
CMYK 0 0.36 0.83 0.15
HSL 34.14º 0.71% 0.5% -
HSV(B) 34.14º 0.83% 0.85% -
XYZ 38.63 33.8 6.24 -
YUV 151.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 218 140 37 0 0.36 0.83 0.15 34.14 0.71 0.5
Hex DA 8C 25 0 24 53 F 22 47 32
Octal 332 214 45 0 44 123 17 42 107 62
Binary 11011010 10001100 100101 0 100100 1010011 1111 100010 1000111 110010

Color Harmonies of #DA8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C25

Black with #DA8C25

Text Example


Text Example

White with #DA8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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