Html Css Color HEX #DA861B Buttercup

📋 copy color: '#DA861B'

red 218 ◦ green 134 ◦ blue 27

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

Shades of Buttercup #DA861B

Tints of Buttercup #DA861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 27 (10.94% from 255) = 7.12%

R = 57.52%
G = 35.36%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA861B (or 0xDA861B) is known color: Buttercup. HEX triplet: DA, 86 and 1B. RGB value is (218,134,27). Sum of RGB (Red+Green+Blue) = 218+134+27=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA861B is #2579E4. Grayscale: #939393. Windows color (decimal): -2456037 or 1803994. OLE color: 1803994.

HSL color Cylindrical-coordinate representation of color #DA861B: hue angle of 33.61º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA861B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 27 -
CMYK 0 0.39 0.88 0.15
HSL 33.61º 0.78% 0.48% -
HSV(B) 33.61º 0.88% 0.85% -
XYZ 37.64 32.03 5.24 -
YUV 146.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 218 134 27 0 0.39 0.88 0.15 33.61 0.78 0.48
Hex DA 86 1B 0 27 58 F 22 4E 30
Octal 332 206 33 0 47 130 17 42 116 60
Binary 11011010 10000110 11011 0 100111 1011000 1111 100010 1001110 110000

Color Harmonies of #DA861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA861B

Black with #DA861B

Text Example


Text Example

White with #DA861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA861B; }

 p { color: rgb(218,134,27); }

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

background-color css

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

 a { background-color: rgb(218,134,27); }

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

border-color css

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

 span { border-color: rgb(218,134,27); }

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