Html Css Color HEX #DA861E Buttercup

📋 copy color: '#DA861E'

red 218 ◦ green 134 ◦ blue 30

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

Shades of Buttercup #DA861E

Tints of Buttercup #DA861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 57.07%
G = 35.08%
B = 7.85%

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

#DA861E (or 0xDA861E) is known color: Buttercup. HEX triplet: DA, 86 and 1E. RGB value is (218,134,30). Sum of RGB (Red+Green+Blue) = 218+134+30=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA861E is #2579E1. Grayscale: #939393. Windows color (decimal): -2456034 or 2000602. OLE color: 2000602.

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

Color convert

RGB 218 134 30 -
CMYK 0 0.39 0.86 0.15
HSL 33.19º 0.76% 0.49% -
HSV(B) 33.19º 0.86% 0.85% -
XYZ 37.67 32.05 5.43 -
YUV 147.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 218 134 30 0 0.39 0.86 0.15 33.19 0.76 0.49
Hex DA 86 1E 0 27 56 F 21 4C 31
Octal 332 206 36 0 47 126 17 41 114 61
Binary 11011010 10000110 11110 0 100111 1010110 1111 100001 1001100 110001

Color Harmonies of #DA861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA861E

Black with #DA861E

Text Example


Text Example

White with #DA861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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