Html Css Color HEX #DA8F1F Buttercup

📋 copy color: '#DA8F1F'

red 218 ◦ green 143 ◦ blue 31

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

Shades of Buttercup #DA8F1F

Tints of Buttercup #DA8F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 55.61%
G = 36.48%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA8F1F (or 0xDA8F1F) is known color: Buttercup. HEX triplet: DA, 8F and 1F. RGB value is (218,143,31). Sum of RGB (Red+Green+Blue) = 218+143+31=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F1F is #2570E0. Grayscale: #999999. Windows color (decimal): -2453729 or 2068442. OLE color: 2068442.

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

Color convert

RGB 218 143 31 -
CMYK 0 0.34 0.86 0.15
HSL 35.94º 0.75% 0.49% -
HSV(B) 35.94º 0.86% 0.85% -
XYZ 38.98 34.65 5.93 -
YUV 152.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 218 143 31 0 0.34 0.86 0.15 35.94 0.75 0.49
Hex DA 8F 1F 0 22 56 F 24 4B 31
Octal 332 217 37 0 42 126 17 44 113 61
Binary 11011010 10001111 11111 0 100010 1010110 1111 100100 1001011 110001

Color Harmonies of #DA8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F1F

Black with #DA8F1F

Text Example


Text Example

White with #DA8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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