Html Css Color HEX #DA8F28 Buttercup

📋 copy color: '#DA8F28'

red 218 ◦ green 143 ◦ blue 40

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

Shades of Buttercup #DA8F28

Tints of Buttercup #DA8F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 54.36%
G = 35.66%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8F28 (or 0xDA8F28) is known color: Buttercup. HEX triplet: DA, 8F and 28. RGB value is (218,143,40). Sum of RGB (Red+Green+Blue) = 218+143+40=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F28 is #2570D7. Grayscale: #9A9A9A. Windows color (decimal): -2453720 or 2658266. OLE color: 2658266.

HSL color Cylindrical-coordinate representation of color #DA8F28: hue angle of 34.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA8F28 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 40 -
CMYK 0 0.34 0.82 0.15
HSL 34.72º 0.71% 0.51% -
HSV(B) 34.72º 0.82% 0.85% -
XYZ 39.12 34.7 6.64 -
YUV 153.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 218 143 40 0 0.34 0.82 0.15 34.72 0.71 0.51
Hex DA 8F 28 0 22 52 F 23 47 33
Octal 332 217 50 0 42 122 17 43 107 63
Binary 11011010 10001111 101000 0 100010 1010010 1111 100011 1000111 110011

Color Harmonies of #DA8F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F28

Black with #DA8F28

Text Example


Text Example

White with #DA8F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F28; }

 p { color: rgb(218,143,40); }

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

background-color css

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

 a { background-color: rgb(218,143,40); }

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

border-color css

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

 span { border-color: rgb(218,143,40); }

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