Html Css Color HEX #DA851F Buttercup

📋 copy color: '#DA851F'

red 218 ◦ green 133 ◦ blue 31

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

Shades of Buttercup #DA851F

Tints of Buttercup #DA851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

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

R = 57.07%
G = 34.82%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA851F (or 0xDA851F) is known color: Buttercup. HEX triplet: DA, 85 and 1F. RGB value is (218,133,31). Sum of RGB (Red+Green+Blue) = 218+133+31=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA851F is #257AE0. Grayscale: #939393. Windows color (decimal): -2456289 or 2065882. OLE color: 2065882.

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

Color convert

RGB 218 133 31 -
CMYK 0 0.39 0.86 0.15
HSL 32.73º 0.75% 0.49% -
HSV(B) 32.73º 0.86% 0.85% -
XYZ 37.55 31.78 5.45 -
YUV 146.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 218 133 31 0 0.39 0.86 0.15 32.73 0.75 0.49
Hex DA 85 1F 0 27 56 F 21 4B 31
Octal 332 205 37 0 47 126 17 41 113 61
Binary 11011010 10000101 11111 0 100111 1010110 1111 100001 1001011 110001

Color Harmonies of #DA851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA851F

Black with #DA851F

Text Example


Text Example

White with #DA851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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