Html Css Color HEX #DA8B1F Buttercup

📋 copy color: '#DA8B1F'

red 218 ◦ green 139 ◦ blue 31

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

Shades of Buttercup #DA8B1F

Tints of Buttercup #DA8B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.82%

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

R = 56.19%
G = 35.82%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA8B1F (or 0xDA8B1F) is known color: Buttercup. HEX triplet: DA, 8B and 1F. RGB value is (218,139,31). Sum of RGB (Red+Green+Blue) = 218+139+31=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B1F is #2574E0. Grayscale: #969696. Windows color (decimal): -2454753 or 2067418. OLE color: 2067418.

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

Color convert

RGB 218 139 31 -
CMYK 0 0.36 0.86 0.15
HSL 34.65º 0.75% 0.49% -
HSV(B) 34.65º 0.86% 0.85% -
XYZ 38.39 33.47 5.73 -
YUV 150.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 218 139 31 0 0.36 0.86 0.15 34.65 0.75 0.49
Hex DA 8B 1F 0 24 56 F 23 4B 31
Octal 332 213 37 0 44 126 17 43 113 61
Binary 11011010 10001011 11111 0 100100 1010110 1111 100011 1001011 110001

Color Harmonies of #DA8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B1F

Black with #DA8B1F

Text Example


Text Example

White with #DA8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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